KristofferC / NearestNeighbors.jl

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

Grab bag of fixups / improvements #181

Closed KristofferC closed 2 months ago

KristofferC commented 2 months ago

Just going through the code and improve it when I see it. Have done some spot benchmarks but should do it properly as well.

Many of the improvements are left over from when we didn't use many static vectors and therefore unrolled many things manually. With static vectors these can be written in vectorized form without loss of performance.