Decision Workspace
token_trie vs radix_trees vs rsmarisa
Side-by-side comparison of Rust crates
42
token_trie
experimentalv0.1.0
A high-performance Radix Trie implementation with sorted children for efficient binary search operations
51
radix_trees
experimentalv0.2.0
Various radix tree (trie) data structures.
48
rsmarisa
experimentalv0.4.0
Pure Rust port of marisa-trie: a static and space-efficient trie data structure
Core Metrics
| token_trie | radix_trees | rsmarisa | |
|---|---|---|---|
| Health Score | 42 | 51 | 48 |
| Total Downloads | 360 | 589 | 1.5K |
| 30d Downloads | 7 | 5 | 402 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 2 | 5 |
| Last Updated | 186d ago | 111d ago | 48d ago |
| Age | 6m | 10m | 2m |
Health Breakdown
token_trie
Maintenance
5
Quality
15
Community
6
Popularity
3
Documentation
13
radix_trees
Maintenance
11
Quality
16
Community
6
Popularity
3
Documentation
15
rsmarisa
Maintenance
10
Quality
13
Community
6
Popularity
4
Documentation
15
Technical Details
| token_trie | radix_trees | rsmarisa | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | BSD-2-Clause |
| Dependencies | 0 | 2 | 3 |
| Crate Size | 14KB | 22KB | 376KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •radix_trees leads with a health score of 51/100, but none of the options score above 80.
- •rsmarisa has the most downloads (1.5K), suggesting wider adoption.