Decision Workspace
hat_trie vs prefix-trie vs radix_trie
Side-by-side comparison of Rust crates
44
hat_trie
growingv0.2.4
A hat-trie implementation that support prefix match iteration
67
prefix-trie
growingv0.8.2
Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
57
radix_trie
growingv0.3.0
Generic radix trie data-structure.
Core Metrics
| hat_trie | prefix-trie | radix_trie | |
|---|---|---|---|
| Health Score | 44 | 67 | 57 |
| Total Downloads | 14.2K | 2.1M | 56.3M |
| 30d Downloads | 15 | 264.2K | 4.1M |
| Dependents | 0 | 154 | 1.8K |
| Releases | 11 | 17 | 19 |
| Last Updated | 2112d ago | 5d ago | 192d ago |
| Age | 5y 9m | 3y 2m | 11y |
Health Breakdown
hat_trie
Maintenance
10
Quality
15
Community
5
Popularity
5
Documentation
9
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
radix_trie
Maintenance
8
Quality
13
Community
15
Popularity
8
Documentation
13
Technical Details
| hat_trie | prefix-trie | radix_trie | |
|---|---|---|---|
| Version | 0.2.4 | 0.8.2 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | BSD-3-Clause | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 16 | 7 |
| Crate Size | 14KB | 81KB | 250KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| 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.
- •⚠ hat_trie has not been updated in over a year.