dblalock/bolt
10x faster matrix and vector operations observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3500
- days_rel: n/a
- days_push: 1421
- n_releases_24m: 0
Adoption not part of the score
2514 stars · 174 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bolt is a C++ library (with a Python wrapper) for lossy compression of dense real-valued vectors that supports mathematical operations directly on compressed representations, offering 10-200x space and compute savings. It also includes MADDNESS (mithral), an approximate matrix multiplication algorithm aimed at accelerating neural network inference on CPUs.
Use cases
- compress large collections of dense vectors with minimal accuracy loss
- speed up dot products and distance computations on compressed vectors
- accelerate neural network inference on CPUs with approximate matrix multiplication
- reduce memory footprint of embedding or feature vectors
- research approximate matrix multiplication algorithms
When to choose
- you have mostly-dense vectors and can tolerate lossy compression
- CPU inference speed is a bottleneck and 10-200x approximation savings are acceptable
- you need theoretical error guarantees on approximations
When to avoid
- you need exact results
- you require GPU support or convolutions for MADDNESS
- you need a well-maintained Python wrapper, since it reportedly no longer builds for many users
Facets
library · maturity maintenance
machine-learning compression math benchmarking machine-learning databases performance cpp python cross-platform vector-compression approximate-matrix-multiplication maddness dense-vectors lossy-compression simd nearest-neighbor algorithms linux macos
1 source
- readme: https://github.com/dblalock/bolt · fetched 2026-08-28 · 1742c86809f9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dblalock/bolt | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem