Decision Workspace
trie-generic vs radix_trie vs prefix-trie
Side-by-side comparison of Rust crates
47
trie-generic
growingv1.1.8
A trie with generic content
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
| trie-generic | radix_trie | prefix-trie | |
|---|---|---|---|
| Health Score | 47 | 57 | 67 |
| Total Downloads | 10.2K | 56.3M | 2.1M |
| 30d Downloads | 13 | 4.1M | 264.2K |
| Dependents | 0 | 1.8K | 154 |
| Releases | 9 | 19 | 17 |
| Last Updated | 1243d ago | 192d ago | 5d ago |
| Age | 3y 5m | 11y | 3y 2m |
Health Breakdown
trie-generic
Maintenance
5
Quality
21
Community
6
Popularity
5
Documentation
10
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
| trie-generic | radix_trie | prefix-trie | |
|---|---|---|---|
| Version | 1.1.8 | 0.3.0 | 0.8.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 7 | 16 |
| Crate Size | 5KB | 250KB | 81KB |
| Features | 0 | 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.
- •⚠ trie-generic has not been updated in over a year.
- •radix_trie, prefix-trie are pre-1.0 — API may change.