Decision Workspace
radix_trees vs prefix-tree vs fast_radix_trie
Side-by-side comparison of Rust crates
51
radix_trees
experimentalv0.2.0
Various radix tree (trie) data structures.
36
prefix-tree
growingv0.5.0
A map and set interfaces using trie data structure
58
fast_radix_trie
experimentalv1.1.1
Memory-efficient trie data structures based on radix tree
Core Metrics
| radix_trees | prefix-tree | fast_radix_trie | |
|---|---|---|---|
| Health Score | 51 | 36 | 58 |
| Total Downloads | 589 | 8.5K | 1.6K |
| 30d Downloads | 5 | 23 | 731 |
| Dependents | 0 | 3 | 24 |
| Releases | 2 | 5 | 3 |
| Last Updated | 111d ago | 2263d ago | 1d ago |
| Age | 10m | 9y 3m | 4m |
Health Breakdown
radix_trees
Maintenance
11
Quality
16
Community
6
Popularity
3
Documentation
15
prefix-tree
Maintenance
3
Quality
15
Community
5
Popularity
5
Documentation
8
fast_radix_trie
Maintenance
19
Quality
13
Community
10
Popularity
4
Documentation
12
Technical Details
| radix_trees | prefix-tree | fast_radix_trie | |
|---|---|---|---|
| Version | 0.2.0 | 0.5.0 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT | MIT |
| Dependencies | 2 | 2 | 8 |
| Crate Size | 22KB | 6KB | 8.2MB |
| Features | 3 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | — | 2024 |
| MSRV | 1.85 | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast_radix_trie leads with a health score of 58/100, but none of the options score above 80.
- •prefix-tree has the most downloads (8.5K), suggesting wider adoption.
- •⚠ prefix-tree has not been updated in over a year.
- •radix_trees, prefix-tree are pre-1.0 — API may change.