KristofferC / NearestNeighbors.jl

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

Add mutating version of `knn` and `inrange` #185

Closed KristofferC closed 3 months ago

KristofferC commented 3 months ago

This does not add the "vectorized" versions of these (when searching for multiple points in one call) because I am unsure about the future of those.

Closes https://github.com/KristofferC/NearestNeighbors.jl/issues/160, https://github.com/KristofferC/NearestNeighbors.jl/issues/81

Closes https://github.com/KristofferC/NearestNeighbors.jl/issues/147