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