I wrote a #kdtree implementation for #javascript today, in case you need fast querying of k nearest neighbors or nearest neighbors in ball of radius R check out https://github.com/benmaier/kd-tree-js
GitHub - benmaier/kd-tree-js: A JavaScript implementation of a kd tree that enables fast searches for points within a range as well as nearest neighbors in d dimensions
A JavaScript implementation of a kd tree that enables fast searches for points within a range as well as nearest neighbors in d dimensions - GitHub - benmaier/kd-tree-js: A JavaScript implementatio...





