Decision Workspace
patricia_tree vs fast_radix_trie vs radix_trees
Side-by-side comparison of Rust crates
52
patricia_tree
growingv0.10.1
Memory-efficient data structures based on patricia tree
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.
Core Metrics
| patricia_tree | fast_radix_trie | radix_trees | |
|---|---|---|---|
| Health Score | 52 | 58 | 51 |
| Total Downloads | 1.5M | 1.6K | 589 |
| 30d Downloads | 48.6K | 761 | 5 |
| Dependents | 181 | 24 | 0 |
| Releases | 33 | 3 | 2 |
| Last Updated | 188d ago | 1d ago | 111d ago |
| Age | 8y 6m | 4m | 10m |
Health Breakdown
patricia_tree
Maintenance
10
Quality
12
Community
11
Popularity
7
Documentation
12
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
Technical Details
| patricia_tree | fast_radix_trie | radix_trees | |
|---|---|---|---|
| Version | 0.10.1 | 1.1.1 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 4 | 8 | 2 |
| Crate Size | 23KB | 8.2MB | 22KB |
| Features | 3 | 3 | 3 |
| Yanked % | 12.1% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85.0 | 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.
- •patricia_tree has the most downloads (1.5M), suggesting wider adoption.
- •patricia_tree is depended on by 181 crates — strongest ecosystem trust.
- •patricia_tree, radix_trees are pre-1.0 — API may change.