Decision Workspace
radixdb vs trie vs prefix-trie
Side-by-side comparison of Rust crates
35
radixdb
growingv0.2.5
a radix tree data structure for in memory or zero copy on disk storage
59
trie
growingv0.3.0
A highly general and customizable trie library
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
| radixdb | trie | prefix-trie | |
|---|---|---|---|
| Health Score | 35 | 59 | 67 |
| Total Downloads | 53.9K | 11.4K | 2.1M |
| 30d Downloads | 1.2K | 42 | 264.2K |
| Dependents | 0 | 3 | 154 |
| Releases | 6 | 7 | 17 |
| Last Updated | 1274d ago | 25d ago | 5d ago |
| Age | 3y 6m | 11y | 3y 2m |
Health Breakdown
radixdb
Maintenance
4
Quality
15
Community
3
Popularity
6
Documentation
7
trie
Maintenance
13
Quality
16
Community
10
Popularity
5
Documentation
15
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
Technical Details
| radixdb | trie | prefix-trie | |
|---|---|---|---|
| Version | 0.2.5 | 0.3.0 | 0.8.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 15 | 1 | 16 |
| Crate Size | 61KB | 28KB | 81KB |
| Features | 4 | 1 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85 | 1.71.1 |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •prefix-trie leads with a health score of 67/100, but none of the options score above 80.
- •prefix-trie is depended on by 154 crates — strongest ecosystem trust.
- •⚠ radixdb has not been updated in over a year.