v0.4.0
PicoTree v0.4.0 is the first release of this repository. It provides:
- C++11 compliant KdTree template class:
- Nearest neighbors, radius, and box searches.
- Customizable nearest neighbor searches, metrics and tree splitting techniques.
- Compile time and run time known dimensions.
- Static tree builds.
- Thread safe queries.
- CMake based build and installation.
- Doxygen generated documentation.
- Examples showing how to use the KdTree.
- Comparison benchmark with respect to Nanoflann.