proximity-cache 0.1.1

Experiments on approximate vector search in high-dimensional spaces
Documentation
1
2
3
4
5
6
7
8
9
#![feature(portable_simd, test, array_chunks)]

extern crate npyz;
extern crate rand;
extern crate test;

pub mod caching;
pub mod fs;
pub mod numerics;