Show HN: Gram, a vector search engine I built in C++
By sverp · 2026-08-08 · 1 points · 0 comments
https://github.com/sverp/gram
I am building Gram, a vector search engine in C++. I am also learning C++ and have an interest in search engines, so I started building it to learn by doing. It uses IVFPQ and AVX2 SIMD for CPU search. I started with IVFPQ and now I am working towards making it disk-based so it…
Open the full discussion on BetterNews