space-partition-tree
There are 8 repositories under space-partition-tree topic.
microsoft/SPTAG
A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
pvigier/Quadtree
A simple and modern C++ quadtree implementation
habedi/spart
A collection of space partitioning trees for Rust 🦀 with Python bindings 🐍
jajcayn/pygpso
Gaussian-Processes Surrogate Optimisation in python
dignipy/dignipy
Various data structure implementations in Python
sejja/Space-Partitioning
Space Partitioning for Open Worlds
mateuszstompor/kdtree
Ruby implementation of space partitioning tree
orxshi/kdt
A balanced k-d tree which can partition three-dimensional space to organize/insert objects. Search operation is also available.