Decision Workspace
turbokv vs novakv vs emdb
Side-by-side comparison of Rust crates
50
turbokv
experimentalv0.5.0
A fast, embedded key-value store with BTreeMap-like API.
52
novakv
experimentalv1.0.1
An embedded, ordered key-value store for Rust.
51
emdb
experimentalv1.0.0
Lightweight, high-performance embedded key-value database. Bitcask-style append-only journal, lock-free sharded hash index, at-rest encryption, sync + async APIs with streaming iterators.
Core Metrics
| turbokv | novakv | emdb | |
|---|---|---|---|
| Health Score | 50 | 52 | 51 |
| Total Downloads | 130 | 46 | 345 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 2 | 20 |
| Last Updated | 49d ago | 24d ago | 56d ago |
| Age | 5m | 24d | 2m |
Health Breakdown
turbokv
Maintenance
16
Quality
10
Community
6
Popularity
3
Documentation
15
novakv
Maintenance
12
Quality
17
Community
6
Popularity
2
Documentation
15
emdb
Maintenance
11
Quality
16
Community
6
Popularity
3
Documentation
15
Technical Details
| turbokv | novakv | emdb | |
|---|---|---|---|
| Version | 0.5.0 | 1.0.1 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | (MIT OR Apache-2.0) AND BSD-3-Clause | Apache-2.0 |
| Dependencies | 40 | 1 | 23 |
| Crate Size | 94KB | 122KB | 280KB |
| Features | 0 | 2 | 8 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.80.0 | 1.96 | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •novakv leads with a health score of 52/100, but none of the options score above 80.
- •emdb has the most downloads (345), suggesting wider adoption.
- •turbokv is pre-1.0 — API may change.