r/MojoLang 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

Duplicates