This project implements 30+ variants of ANN algorithms to find the K nearest neighbors in high-dimensional vector spaces. It is meant as a convenient sandbox: drop in your own ANN code, run a one-liner, and instantly compare build/search speed and recall against the bundled baselines.
Stars
12
Forks
1
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
docs: remove non-existent paper reference caused by AI hallucination
5fe9bf1View on GitHubdocs: clarify specific early stopping conditions (Recall=1.0 or stable >0.999)
fb60218View on GitHubfeat: optimize ablation termination logic and fix resume state
90998a4View on GitHubfeat: add log-scale ablation plot script for better high-recall visualization
df33b46View on GitHubfix: reset g_acc/g_tot before build to fix nav_accuracy accumulation
80257eeView on GitHub