Decision Workspace
fast_radix_trie vs radix_trees vs prefix-tree
Side-by-side comparison of Rust crates
58
fast_radix_trie
experimentalv1.1.1
Memory-efficient trie data structures based on radix tree
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
Core Metrics
| fast_radix_trie | radix_trees | prefix-tree | |
|---|---|---|---|
| Health Score | 58 | 51 | 36 |
| Total Downloads | 1.6K | 589 | 8.5K |
| 30d Downloads | 761 | 5 | 23 |
| Dependents | 24 | 0 | 3 |
| Releases | 3 | 2 | 5 |
| Last Updated | 1d ago | 111d ago | 2263d ago |
| Age | 4m | 10m | 9y 3m |
Health Breakdown
fast_radix_trie
Maintenance
19
Quality
13
Community
10
Popularity
4
Documentation
12
radix_trees
Maintenance
11
Quality
16
Community
6
Popularity
3
Documentation
15
prefix-tree
Maintenance
3
Quality
15
Community
5
Popularity
5
Documentation
8
Technical Details
| fast_radix_trie | radix_trees | prefix-tree | |
|---|---|---|---|
| Version | 1.1.1 | 0.2.0 | 0.5.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 8 | 2 | 2 |
| Crate Size | 8.2MB | 22KB | 6KB |
| Features | 3 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | — |
| MSRV | 1.85.0 | 1.85 | — |
| 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.