bytesandbrains-codec 0.1.0

Vector encoding codecs for BytesAndBrains
Documentation
1
2
3
4
5
6
#![feature(generic_const_exprs)]
#![allow(incomplete_features)]

pub mod pq;

pub use pq::{PQCode, PQDistanceTable, PQError, ProductQuantizer, SDCTable, EagerOpRef, FinishableError};