Decision Workspace
sequence_trie vs prefix-trie vs trie
Side-by-side comparison of Rust crates
48
sequence_trie
growingv0.3.6
Trie-like data-structure for storing sequences of values.
67
prefix-trie
growingv0.8.2
Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
59
trie
growingv0.3.0
A highly general and customizable trie library
Core Metrics
| sequence_trie | prefix-trie | trie | |
|---|---|---|---|
| Health Score | 48 | 67 | 59 |
| Total Downloads | 2.8M | 2.1M | 11.4K |
| 30d Downloads | 99.4K | 271.4K | 43 |
| Dependents | 139 | 154 | 3 |
| Releases | 23 | 17 | 7 |
| Last Updated | 2706d ago | 5d ago | 25d ago |
| Age | 11y 4m | 3y 2m | 11y |
Health Breakdown
sequence_trie
Maintenance
4
Quality
16
Community
9
Popularity
8
Documentation
11
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
trie
Maintenance
13
Quality
16
Community
10
Popularity
5
Documentation
15
Technical Details
| sequence_trie | prefix-trie | trie | |
|---|---|---|---|
| Version | 0.3.6 | 0.8.2 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 2 | 16 | 1 |
| Crate Size | 10KB | 81KB | 28KB |
| Features | 1 | 5 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2024 |
| MSRV | — | 1.71.1 | 1.85 |
| Owners | 1 | 1 | 3 (team) |
Links
Quick Verdict
- •prefix-trie leads with a health score of 67/100, but none of the options score above 80.
- •sequence_trie has the most downloads (2.8M), suggesting wider adoption.
- •prefix-trie is depended on by 154 crates — strongest ecosystem trust.
- •⚠ sequence_trie has not been updated in over a year.