KristofferC / NearestNeighbors.jl

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

add some code to run during precompilation #157

Closed KristofferC closed 1 year ago

KristofferC commented 1 year ago

I think this is the most commonly used functions so makes sense to try to cache this.