Near-optimal vector quantization from Google's ICLR 2026 paper — 95% recall, 5x compression, zero preprocessing, pure Python FAISS replacement
Stars
14
Forks
0
Watchers
14
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Merge feat/v0.3.0-remaining-fixes: resolve all 6 remaining criticisms
2b65960View on GitHubdocs: add query performance, real-data recall, honest claim fixes
8741a4fView on GitHubbench: add real-data distribution benchmark (clustered, anisotropic)
e7352e1View on GitHubfeat: add ADC (Asymmetric Distance Computation) memory_efficient mode
49737b3View on GitHubfix: consolidate _codes list after rebuild to prevent redundant concatenation
e067375View on GitHubfeat: add rotation matrix and QJL caching for faster repeated instantiation
b0b3348View on GitHubdocs: reposition README -- honest benchmarks, IVF docs, overhead transparency
0f80975View on GitHubci: add GitHub Actions pipeline -- fast suite on PRs, exhaustive on main
c1a956aView on GitHubfeat: enhanced stats() with rotation matrix and overhead transparency
31c77b8View on GitHub