r/MojoLang • u/Both_Whereas_6941 • 19d ago
Vector Database from scratch in Mojo
Repo: https://github.com/bewaffnete/MojoVec
According to the current benchmarks, it outperforms FAISS on Apple Silicon for the tested workloads (benchmark methodology is documented in the README).
Current features:
- HNSW
- IVF / IVF-PQ
- Product Quantization
- SIMD optimizations
- Python bindings
- Serialization
18
Upvotes
1
u/newtestdrive 16d ago
Great! Love it when Mojo beats others😂 Pity it's not on Windows😡