KristofferC / NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Other
418 stars 65 forks source link

WIP: Use maximum distance from point to hyper rectangle to add everything in subtree for KDTree range search. #190

Open KristofferC opened 3 months ago

KristofferC commented 3 months ago

Should implement https://github.com/KristofferC/NearestNeighbors.jl/issues/159 before merging this.