Decision Workspace
xtrie vs xtri vs token_trie
Side-by-side comparison of Rust crates
44
xtrie
experimentalv0.1.0
A high-performance Adaptive Radix Tree (ART) — memory-efficient trie with prefix search, range queries, and ordered iteration
52
xtri
experimentalv0.1.3
A fast, memory-efficient radix tree (compressed trie) implementation in Rust with UTF-8 support
42
token_trie
experimentalv0.1.0
A high-performance Radix Trie implementation with sorted children for efficient binary search operations
Core Metrics
| xtrie | xtri | token_trie | |
|---|---|---|---|
| Health Score | 44 | 52 | 42 |
| Total Downloads | 13 | 1.5K | 360 |
| 30d Downloads | 13 | 105 | 7 |
| Dependents | 0 | 2 | 0 |
| Releases | 1 | 4 | 1 |
| Last Updated | 15d ago | 121d ago | 186d ago |
| Age | 15d | 7m | 6m |
Health Breakdown
xtrie
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
10
xtri
Maintenance
13
Quality
15
Community
7
Popularity
4
Documentation
13
token_trie
Maintenance
5
Quality
15
Community
6
Popularity
3
Documentation
13
Technical Details
| xtrie | xtri | token_trie | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.3 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 6 | 0 |
| Crate Size | 10KB | 33KB | 14KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 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.