Decision Workspace
zipora vs compressed-intvec vs trie
Side-by-side comparison of Rust crates
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++.
52
compressed-intvec
growingv0.6.0
Space-efficient integer vectors with fixed-width, variable-length, and sequence-oriented encodings.
59
trie
growingv0.3.0
A highly general and customizable trie library
Core Metrics
| zipora | compressed-intvec | trie | |
|---|---|---|---|
| Health Score | 55 | 52 | 59 |
| Total Downloads | 3.6K | 8.0K | 11.4K |
| 30d Downloads | 52 | 32 | 42 |
| Dependents | 0 | 0 | 3 |
| Releases | 17 | 14 | 7 |
| Last Updated | today | 12d ago | 25d ago |
| Age | 7m | 1y 1m | 11y |
Health Breakdown
zipora
Maintenance
19
Quality
16
Community
6
Popularity
4
Documentation
10
compressed-intvec
Maintenance
18
Quality
13
Community
6
Popularity
5
Documentation
10
trie
Maintenance
13
Quality
16
Community
10
Popularity
5
Documentation
15
Technical Details
| zipora | compressed-intvec | trie | |
|---|---|---|---|
| Version | 2.1.5 | 0.6.0 | 0.3.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | non-standard | Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 27 | 20 | 1 |
| Crate Size | 1.4MB | 210KB | 28KB |
| Features | 10 | 4 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.88 | — | 1.85 |
| Owners | 1 | 1 | 3 (team) |
Links
Quick Verdict
- •trie leads with a health score of 59/100, but none of the options score above 80.
- •compressed-intvec, trie are pre-1.0 — API may change.