/find-closest-point

Efficient K-Nearest Neighbors Search for 10 Million Points: This Rust library implements a KD-Tree data structure built with the SAH (Surface Area Heuristic) technique for efficient KNN (K-Nearest Neighbors) search. Optimized for speed, it allows searching through 10 million points in under 1 millisecond.

Primary LanguageRustApache License 2.0Apache-2.0

Stargazers