Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: Handle interactions manually #116

Open
flekschas opened this issue Feb 24, 2020 · 0 comments
Open

Performance: Handle interactions manually #116

flekschas opened this issue Feb 24, 2020 · 0 comments
Labels
improvement A feature improvement

Comments

@flekschas
Copy link
Owner

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.

@flekschas flekschas added the improvement A feature improvement label Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement A feature improvement
Projects
None yet
Development

No branches or pull requests

1 participant