Geovation / labelgun

🏷️ reducing label clutter across mapping libraries
https://geovation.github.io/labelgun/
113 stars 10 forks source link

Performance enhancements #20

Closed JamesLMilner closed 6 years ago

JamesLMilner commented 7 years ago

It would be great to improve the performance of the library. You can use :

npm run benchmark

to check the general speed of the update function (probably the most crucial for most people).

ibesora commented 6 years ago

See pull request #30

JamesLMilner commented 6 years ago

Great work @ibesora! Some nice little boosts there. For all intents and purposes I think this should be fast enough for all major use cases. If people feel they need to shave off any more milliseconds then we can look into reopening with specific concerns.