flekschas/piling.js

Performance: Handle interactions manually

Opened this issue · 0 comments

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.