Decision Workspace
fs-trie vs fast_trie vs byte_trie
Side-by-side comparison of Rust crates
35
fs-trie
growingv0.1.4
a filesystem trie
53
fast_trie
growingv0.1.4
A memory efficient trie library.
40
byte_trie
growingv0.3.0
A compressed trie based on bytes with some weird child node bucket sizes.
Core Metrics
| fs-trie | fast_trie | byte_trie | |
|---|---|---|---|
| Health Score | 35 | 53 | 40 |
| Total Downloads | 5.1K | 3.7K | 6.4K |
| 30d Downloads | 6 | 8 | 7 |
| Dependents | 0 | 0 | 0 |
| Releases | 3 | 5 | 4 |
| Last Updated | 3072d ago | 423d ago | 2542d ago |
| Age | 8y 6m | 1y 2m | 6y 11m |
Health Breakdown
fs-trie
Maintenance
3
Quality
14
Community
3
Popularity
4
Documentation
11
fast_trie
Maintenance
13
Quality
17
Community
6
Popularity
4
Documentation
13
byte_trie
Maintenance
7
Quality
14
Community
5
Popularity
5
Documentation
9
Technical Details
| fs-trie | fast_trie | byte_trie | |
|---|---|---|---|
| Version | 0.1.4 | 0.1.4 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | Apache-2.0 OR MIT |
| Dependencies | 5 | 2 | 4 |
| Crate Size | 7KB | 8KB | 12KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | — |
| 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.
- •⚠ fs-trie, fast_trie, byte_trie have not been updated in over a year.