piling.js
piling.js copied to clipboard
Performance: Handle interactions manually
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.