Decision Workspace
smallmap vs qp-trie vs databoard
Side-by-side comparison of Rust crates
48
smallmap
growingv1.4.2
Small byte-sized generic key-value map type
42
qp-trie
growingv0.8.2
An idiomatic and fast QP-trie implementation in pure Rust, written with an emphasis on safety.
58
databoard
experimentalv0.3.1
Provides a hierarchical key-value-store
Core Metrics
| smallmap | qp-trie | databoard | |
|---|---|---|---|
| Health Score | 48 | 42 | 58 |
| Total Downloads | 37.8K | 260.6K | 2.2K |
| 30d Downloads | 497 | 25.4K | 36 |
| Dependents | 9 | 65 | 8 |
| Releases | 18 | 21 | 10 |
| Last Updated | 885d ago | 906d ago | 45d ago |
| Age | 5y 6m | 8y 9m | 6m |
Health Breakdown
smallmap
Maintenance
6
Quality
22
Community
6
Popularity
5
Documentation
9
qp-trie
Maintenance
4
Quality
10
Community
11
Popularity
6
Documentation
11
databoard
Maintenance
16
Quality
16
Community
9
Popularity
4
Documentation
13
Technical Details
| smallmap | qp-trie | databoard | |
|---|---|---|---|
| Version | 1.4.2 | 0.8.2 | 0.3.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MPL-2.0 | non-standard |
| Dependencies | 3 | 9 | 3 |
| Crate Size | 14KB | 24KB | 23KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 9.5% | 0.0% |
| Edition | 2018 | — | 2024 |
| MSRV | — | — | 1.88.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •databoard leads with a health score of 58/100, but none of the options score above 80.
- •qp-trie has the most downloads (260.6K), suggesting wider adoption.
- •⚠ smallmap, qp-trie have not been updated in over a year.
- •qp-trie, databoard are pre-1.0 — API may change.