KristofferC / NearestNeighbors.jl

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

Make datatypes of the KNN results selectable for potentially lower memory overhead #160

Closed n6171028 closed 2 months ago

n6171028 commented 1 year ago

It would be nice to have the datatypes of knn() results, idxs and dists selectable, so user could use smaller datatypes such as UInt16 and Float16 for lower memory overhead.