Decision Workspace
masstree vs trie vs zipora
Side-by-side comparison of Rust crates
57
masstree
experimentalv0.9.5
A high-performance concurrent ordered map (trie of B+trees)
59
trie
growingv0.3.0
A highly general and customizable trie library
55
zipora
growingv2.1.5
High-performance Rust implementation providing advanced data structures and compression algorithms with memory safety guarantees. Features LRU page cache, sophisticated caching layer, fiber-based concurrency, real-time compression, secure memory pools, SIMD optimizations, and complete C FFI for migration from C++.
Core Metrics
| masstree | trie | zipora | |
|---|---|---|---|
| Health Score | 57 | 59 | 55 |
| Total Downloads | 981 | 11.4K | 3.6K |
| 30d Downloads | 164 | 43 | 52 |
| Dependents | 3 | 3 | 0 |
| Releases | 59 | 7 | 17 |
| Last Updated | 10d ago | 25d ago | today |
| Age | 3m | 11y | 7m |
Health Breakdown
masstree
Maintenance
18
Quality
12
Community
8
Popularity
4
Documentation
15
trie
Maintenance
13
Quality
16
Community
10
Popularity
5
Documentation
15
zipora
Maintenance
19
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| masstree | trie | zipora | |
|---|---|---|---|
| Version | 0.9.5 | 0.3.0 | 2.1.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 OR MIT | non-standard |
| Dependencies | 33 | 1 | 27 |
| Crate Size | 279KB | 28KB | 1.4MB |
| Features | 8 | 1 | 10 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.92.0 | 1.85 | 1.88 |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •trie leads with a health score of 59/100, but none of the options score above 80.
- •masstree, trie are pre-1.0 — API may change.