ruvector/crates/ruvllm/benches
rUv 16fcfcea01 feat(ruvllm): add optimized inner product + comprehensive TurboQuant benchmarks
- Add rotated-domain inner product (skip inverse Hadamard via orthogonal
  invariance: <Hq,Hk> = <q,k>), ~2x faster for attention computation
- Add batch-optimized variant that rotates query once across all keys
- Add Criterion benchmark suite: compression, decompression, inner product,
  KV cache ops, embedding store, dimension scaling, memory efficiency
- 5 new tests verifying optimized methods match original results
- All 18 TurboQuant tests passing

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-25 13:48:50 +00:00
..
ane_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
attention_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
e2e_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
lora_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
matmul_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
metal_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
moe_bench.rs style: apply cargo fmt formatting 2026-03-12 20:57:18 -04:00
norm_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
pi_quant_bench.rs style: apply cargo fmt formatting 2026-03-12 20:57:18 -04:00
rope_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ruvltra_benchmark.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
serving_bench.rs fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
turbo_quant_bench.rs feat(ruvllm): add optimized inner product + comprehensive TurboQuant benchmarks 2026-03-25 13:48:50 +00:00