Shrike.jl: Julia beats optimized C++ (Approximate nearest neighbor search)

I wrote a Julia package (Shrike.jl) for approximate nearest neighbor search. My algorithm draws heavily on the mrpt algorithm and uses the same principles behind annoy (a popular approximate nearest neighbor package by Spotify). My Julia implementation be… Read more

Similar