Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 131 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 131 Bytes

approx

A Rust library for approximate nearest neighbour search

Algorithms:

  • Flat<T>
  • Minhash<T>
  • RandomProjection<T>