You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(protocols): add spatial hashing to StaticProvider (#675)
* feat(protocols): add spatial hashing to StaticProvider
Using https://github.com/mourner/flatbush speeds up the look up by a factor of 10.
For instance, on my computer and the panorama demo:
- before the PR selectBestImageForExtent used to take 0.5ms to 3ms
- after the PR: <= 0.1ms
0 commit comments