Module hnsw_rs::dist

source ·
Expand description

module for distance implementation

Re-exports§

Modules§

  • Some standard distances as L1, L2, Cosine, Jaccard, Hamming and a structure to enable the user to implement its own distances. For the heavily used case (f32) we provide simd avx2 implementation.