Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'

This commit is contained in:
ruv
2026-02-28 14:39:40 -05:00
7854 changed files with 3522914 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
name,dataset,dimensions,num_vectors,num_queries,k,qps,p50,p95,p99,p999,recall@1,recall@10,recall@100,memory_mb,build_time
ruvector_optimized,synthetic,384,10000,100,10,1215.90,0.78,0.78,0.78,0.78,1.0000,1.0000,1.0000,0.00,0.00
ruvector_no_quant,synthetic,384,10000,100,10,1218.00,0.78,0.78,0.78,0.78,1.0000,1.0000,1.0000,0.00,0.00
python_baseline,synthetic,384,10000,100,10,77.46,11.88,11.88,11.88,11.88,1.0000,1.0000,1.0000,0.00,0.00
brute_force,synthetic,384,10000,100,10,12.17,77.76,77.76,77.76,77.76,1.0000,1.0000,1.0000,0.00,0.00
1 name dataset dimensions num_vectors num_queries k qps p50 p95 p99 p999 recall@1 recall@10 recall@100 memory_mb build_time
2 ruvector_optimized synthetic 384 10000 100 10 1215.90 0.78 0.78 0.78 0.78 1.0000 1.0000 1.0000 0.00 0.00
3 ruvector_no_quant synthetic 384 10000 100 10 1218.00 0.78 0.78 0.78 0.78 1.0000 1.0000 1.0000 0.00 0.00
4 python_baseline synthetic 384 10000 100 10 77.46 11.88 11.88 11.88 11.88 1.0000 1.0000 1.0000 0.00 0.00
5 brute_force synthetic 384 10000 100 10 12.17 77.76 77.76 77.76 77.76 1.0000 1.0000 1.0000 0.00 0.00