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
PicoTree is a small C++ header only library that provides a KdTree that can be used for range searches and nearest neighbor searches.
5
+
PicoTree is a small C++ header only library for range searches and nearest neighbor searches using a KdTree.
6
6
7
7
See the comparison [benchmark](./docs/benchmark.md) between PicoTree and [nanoflann](https://github.com/jlblancoc/nanoflann) to get an impression of the performance provided by the [KdTree](https://en.wikipedia.org/wiki/K-d_tree) of this library.
0 commit comments