Decision Workspace
xtri vs xtrie vs trie-hard
Side-by-side comparison of Rust crates
52
xtri
experimentalv0.1.3
A fast, memory-efficient radix tree (compressed trie) implementation in Rust with UTF-8 support
44
xtrie
experimentalv0.1.0
A high-performance Adaptive Radix Tree (ART) — memory-efficient trie with prefix search, range queries, and ordered iteration
51
trie-hard
growingv0.2.0
Fast implementation of a trie data structure
Core Metrics
| xtri | xtrie | trie-hard | |
|---|---|---|---|
| Health Score | 52 | 44 | 51 |
| Total Downloads | 1.5K | 13 | 653.6K |
| 30d Downloads | 105 | 13 | 84.6K |
| Dependents | 2 | 0 | 3 |
| Releases | 4 | 1 | 2 |
| Last Updated | 121d ago | 15d ago | 7d ago |
| Age | 7m | 15d | 1y 6m |
Health Breakdown
xtri
Maintenance
13
Quality
15
Community
7
Popularity
4
Documentation
13
xtrie
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
10
trie-hard
Maintenance
17
Quality
11
Community
6
Popularity
7
Documentation
10
Technical Details
| xtri | xtrie | trie-hard | |
|---|---|---|---|
| Version | 0.1.3 | 0.1.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 6 | 0 | 8 |
| Crate Size | 33KB | 10KB | 1.1MB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •xtri leads with a health score of 52/100, but none of the options score above 80.
- •trie-hard has the most downloads (653.6K), suggesting wider adoption.