kannolo 0.2.1

kANNolo is designed for easy prototyping of ANN Search algorithms while ensuring high effectiveness and efficiency over both dense and sparse vectors.
Documentation
1
2
3
4
5
6
pub mod decoder;
pub mod encoder;
pub mod plain_quantizer;
pub mod pq;
pub mod quantizer;
pub mod sparse_plain_quantizer;