Decision Workspace
suggestion_trie vs rsmarisa vs tetengo_trie
Side-by-side comparison of Rust crates
46
suggestion_trie
growingv0.1.4
A Radix trie for suggestion search, it allows to search for data indexed by a set of keywords fast.
48
rsmarisa
experimentalv0.4.0
Pure Rust port of marisa-trie: a static and space-efficient trie data structure
46
tetengo_trie
growingv1.5.0
A trie library implemented with a double array
Core Metrics
| suggestion_trie | rsmarisa | tetengo_trie | |
|---|---|---|---|
| Health Score | 46 | 48 | 46 |
| Total Downloads | 6.3K | 1.5K | 15.9K |
| 30d Downloads | 7 | 402 | 18 |
| Dependents | 0 | 0 | 0 |
| Releases | 5 | 5 | 18 |
| Last Updated | 992d ago | 48d ago | 265d ago |
| Age | 2y 8m | 2m | 3y |
Health Breakdown
suggestion_trie
Maintenance
10
Quality
15
Community
6
Popularity
5
Documentation
10
rsmarisa
Maintenance
10
Quality
13
Community
6
Popularity
4
Documentation
15
tetengo_trie
Maintenance
9
Quality
14
Community
6
Popularity
5
Documentation
12
Technical Details
| suggestion_trie | rsmarisa | tetengo_trie | |
|---|---|---|---|
| Version | 0.1.4 | 0.4.0 | 1.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | BSD-2-Clause | MIT |
| Dependencies | 3 | 3 | 4 |
| Crate Size | 17KB | 376KB | 32KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 22.2% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.70 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rsmarisa leads with a health score of 48/100, but none of the options score above 80.
- •tetengo_trie has the most downloads (15.9K), suggesting wider adoption.
- •⚠ suggestion_trie has not been updated in over a year.
- •suggestion_trie, rsmarisa are pre-1.0 — API may change.