Decision Workspace
prefix_array vs radix_trie vs generic-array
Side-by-side comparison of Rust crates
47
prefix_array
growingv0.3.4
A generic container for searching on prefixes of keys
57
radix_trie
growingv0.3.0
Generic radix trie data-structure.
67
generic-array
stablev1.3.5
Generic types implementing functionality of arrays
Core Metrics
| prefix_array | radix_trie | generic-array | |
|---|---|---|---|
| Health Score | 47 | 57 | 67 |
| Total Downloads | 12.2K | 56.3M | 542.7M |
| 30d Downloads | 14 | 4.3M | 39.9M |
| Dependents | 0 | 1.8K | 6.9K |
| Releases | 12 | 19 | 66 |
| Last Updated | 154d ago | 192d ago | 154d ago |
| Age | 3y | 11y | 10y 6m |
Health Breakdown
prefix_array
Maintenance
11
Quality
13
Community
6
Popularity
5
Documentation
12
radix_trie
Maintenance
8
Quality
13
Community
15
Popularity
8
Documentation
13
generic-array
Maintenance
12
Quality
16
Community
16
Popularity
8
Documentation
15
Technical Details
| prefix_array | radix_trie | generic-array | |
|---|---|---|---|
| Version | 0.3.4 | 0.3.0 | 1.3.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MPL-2.0 | MIT | MIT |
| Dependencies | 2 | 7 | 12 |
| Crate Size | 26KB | 250KB | 38KB |
| Features | 2 | 0 | 4 |
| Yanked % | 16.7% | 0.0% | 12.1% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.65 | — | 1.65 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •generic-array leads with a health score of 67/100, but none of the options score above 80.
- •generic-array is depended on by 6.9K crates — strongest ecosystem trust.
- •prefix_array, radix_trie are pre-1.0 — API may change.