At the cost of using a bit more memory, I've made the exact search significantly faster.
LLM don't always need billion-scale vector search, but they often need to search through a small set of high-dimensional vectors.
I've added a benchmark you can run on your hardware to compare USearch against FAISS's exact search functionality.
sh
$ python python/scripts/bench_exact.py --ndim 256 --n 100_000 --q 10 --k 100