piling.js icon indicating copy to clipboard operation
piling.js copied to clipboard

Performance: Handle interactions manually

Open flekschas opened this issue 4 years ago • 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.

flekschas avatar Feb 24 '20 22:02 flekschas