Decision Workspace
radix_immutable vs radix_trie vs prefix-trie
Side-by-side comparison of Rust crates
50
radix_immutable
experimentalv0.1.0
Generic immutable radix trie data-structure.
57
radix_trie
growingv0.3.0
Generic radix trie data-structure.
67
prefix-trie
growingv0.8.2
Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
Core Metrics
| radix_immutable | radix_trie | prefix-trie | |
|---|---|---|---|
| Health Score | 50 | 57 | 67 |
| Total Downloads | 872 | 56.3M | 2.1M |
| 30d Downloads | 279 | 4.3M | 271.4K |
| Dependents | 0 | 1.8K | 154 |
| Releases | 2 | 19 | 17 |
| Last Updated | 38d ago | 192d ago | 5d ago |
| Age | 8m | 11y | 3y 2m |
Health Breakdown
radix_immutable
Maintenance
15
Quality
12
Community
6
Popularity
4
Documentation
13
radix_trie
Maintenance
8
Quality
13
Community
15
Popularity
8
Documentation
13
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
Technical Details
| radix_immutable | radix_trie | prefix-trie | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.0 | 0.8.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 8 | 7 | 16 |
| Crate Size | 268KB | 250KB | 81KB |
| Features | 1 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | 1.71.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •prefix-trie leads with a health score of 67/100, but none of the options score above 80.
- •radix_trie has the most downloads (56.3M), suggesting wider adoption.
- •radix_trie is depended on by 1.8K crates — strongest ecosystem trust.