vicinity 0.3.1

Approximate Nearest Neighbor Search: HNSW, DiskANN, IVF-PQ, ScaNN, quantization
Documentation
1
2
3
4
5
6
//! Binary-code helpers (re-exported from `qntz`).
//!
//! This keeps `vicinity`’s public surface stable while concentrating shared kernels
//! in the low-level `qntz` crate.

pub use qntz::simd_ops::*;