Decision Workspace
blart vs prefix_tree_map vs prefix-trie
Side-by-side comparison of Rust crates
47
blart
growingv0.4.0
An implementation of an adaptive radix tree packaged as a BTreeMap replacement
42
prefix_tree_map
growingv0.2.1
A Rust implementation of generic prefix tree (trie) map with wildcard capture support
67
prefix-trie
growingv0.8.2
Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
Core Metrics
| blart | prefix_tree_map | prefix-trie | |
|---|---|---|---|
| Health Score | 47 | 42 | 67 |
| Total Downloads | 21.7K | 6.1K | 2.1M |
| 30d Downloads | 2.5K | 244 | 264.2K |
| Dependents | 28 | 17 | 154 |
| Releases | 6 | 3 | 17 |
| Last Updated | 260d ago | 1488d ago | 5d ago |
| Age | 3y 1m | 4y 3m | 3y 2m |
Health Breakdown
blart
Maintenance
7
Quality
14
Community
9
Popularity
5
Documentation
12
prefix_tree_map
Maintenance
4
Quality
12
Community
9
Popularity
5
Documentation
12
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
Technical Details
| blart | prefix_tree_map | prefix-trie | |
|---|---|---|---|
| Version | 0.4.0 | 0.2.1 | 0.8.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | GPL-3.0-or-later | MIT OR Apache-2.0 |
| Dependencies | 12 | 0 | 16 |
| Crate Size | 156KB | 18KB | 81KB |
| Features | 3 | 2 | 5 |
| Yanked % | 0.0% | 33.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.82 | 1.59 | 1.71.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •prefix-trie leads with a health score of 67/100, but none of the options score above 80.
- •prefix-trie is depended on by 154 crates — strongest ecosystem trust.
- •⚠ prefix_tree_map has not been updated in over a year.