Decision Workspace
byte_trie vs fast_trie vs bitman
Side-by-side comparison of Rust crates
40
byte_trie
growingv0.3.0
A compressed trie based on bytes with some weird child node bucket sizes.
53
fast_trie
growingv0.1.4
A memory efficient trie library.
48
bitman
growingv2.0.1
An easy to use bit manipulation library for Rust
Core Metrics
| byte_trie | fast_trie | bitman | |
|---|---|---|---|
| Health Score | 40 | 53 | 48 |
| Total Downloads | 6.4K | 3.7K | 4.3K |
| 30d Downloads | 7 | 8 | 5 |
| Dependents | 0 | 0 | 0 |
| Releases | 4 | 5 | 3 |
| Last Updated | 2542d ago | 423d ago | 953d ago |
| Age | 6y 11m | 1y 2m | 3y 11m |
Health Breakdown
byte_trie
Maintenance
7
Quality
14
Community
5
Popularity
5
Documentation
9
fast_trie
Maintenance
13
Quality
17
Community
6
Popularity
4
Documentation
13
bitman
Maintenance
4
Quality
19
Community
6
Popularity
4
Documentation
15
Technical Details
| byte_trie | fast_trie | bitman | |
|---|---|---|---|
| Version | 0.3.0 | 0.1.4 | 2.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 OR MIT | MIT | MIT |
| Dependencies | 4 | 2 | 5 |
| Crate Size | 12KB | 8KB | 97KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | 1.61 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast_trie leads with a health score of 53/100, but none of the options score above 80.
- •byte_trie has the most downloads (6.4K), suggesting wider adoption.
- •⚠ byte_trie, fast_trie, bitman have not been updated in over a year.
- •byte_trie, fast_trie are pre-1.0 — API may change.