Avoid blocking the CPU for too long during computation
The plugin now schedules itself through timeouts and promises to run the collision computation in an asynchronous manner, so as not to hold the CPU for too long. This makes the map zooming/panning/etc. smoother.
Full Changelog: v1.4.0...v1.5.0