Look-Alike icon indicating copy to clipboard operation
Look-Alike copied to clipboard

A simple-yet-powerful KD-tree library for NodeJS, with support for lightning-fast k-Nearest Neighbour queries.

Results 2 Look-Alike issues
Sort by recently updated
recently updated
newest added

Benchmarking shows that the amount of tree that needs to be traversed explodes exponentially with more dimensions... ![screen shot 2013-09-06 at 10 19 48 am](https://f.cloud.github.com/assets/1299380/1097939/90d0be30-1718-11e3-980b-246cd61f3ea7.png) Strange? Since depth of tree...

performance

Pure recursion as it is written now creates a stack overflow for large number of rows. Some thoughts: If there is a way to write it in a way that...

bug