You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pile.js is relying on a number of pointer events but as soon as we display more than 1.5K instances the performance really drops. On the other hand, the spatial index remains super fast so we should instead rely on rbush for detecting pointer events.
The text was updated successfully, but these errors were encountered:
Currently
pile.js
is relying on a number of pointer events but as soon as we display more than 1.5K instances the performance really drops. On the other hand, the spatial index remains super fast so we should instead rely on rbush for detecting pointer events.The text was updated successfully, but these errors were encountered: