block by pbogden d0aee90f42acc6009d4a5cd309c7da32

canvas performance

Full Screen

Canvas performance

Canvas starts having problems when drawing more than 100K points at a time.

Chrome & Firefox max speed: ~320K dots/sec.

Safari max speed: ~200K dots/sec (39 fps for 5K points).

Bottom line: Use context.fill() every ~5-50K points for more than 100K total points.

index.html