Commit graph

6 commits

Author SHA1 Message Date
Alex Garcia
0de765f457
Add ANN search support for vec0 virtual table (#273)
Add approximate nearest neighbor infrastructure to vec0: shared distance
dispatch (vec0_distance_full), flat index type with parser, NEON-optimized
cosine/Hamming for float32/int8, amalgamation script, and benchmark suite
(benchmarks-ann/) with ground-truth generation and profiling tools. Remove
unused vec_npy_each/vec_static_blobs code, fix missing stdint.h include.
2026-03-31 01:03:32 -07:00
Alex Garcia
4febdff11a benchmark updates 2024-07-28 11:08:12 -07:00
Alex Garcia
ac01e330de benchmark work 2024-07-25 11:15:36 -07:00
Alex Garcia
44b365a23f micro benchmarks work 2024-06-11 23:57:46 -07:00
Alex Garcia
3f2587e7d0 initial microbenchmarks with cargo bench 2024-05-26 20:54:52 -07:00
Alex Garcia
4c8ad629e0 Initial commit 2024-04-20 13:38:58 -07:00