Decision Workspace
hibit_tree vs prefix_tree_map vs prefix-trie
Side-by-side comparison of Rust crates
41
hibit_tree
growingv0.1.0-beta.1
Hierarchical bitmap tree. Integer-key map that can intersect FAST.
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
| hibit_tree | prefix_tree_map | prefix-trie | |
|---|---|---|---|
| Health Score | 41 | 42 | 67 |
| Total Downloads | 3.9K | 6.1K | 2.1M |
| 30d Downloads | 7 | 244 | 264.2K |
| Dependents | 0 | 17 | 154 |
| Releases | 4 | 3 | 17 |
| Last Updated | 412d ago | 1488d ago | 5d ago |
| Age | 1y 7m | 4y 3m | 3y 2m |
Health Breakdown
hibit_tree
Maintenance
5
Quality
15
Community
5
Popularity
4
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
| hibit_tree | prefix_tree_map | prefix-trie | |
|---|---|---|---|
| Version | 0.1.0-beta.1 | 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 | 8 | 0 | 16 |
| Crate Size | 55KB | 18KB | 81KB |
| Features | 3 | 2 | 5 |
| Yanked % | 0.0% | 33.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.79.0 | 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.
- •⚠ hibit_tree, prefix_tree_map have not been updated in over a year.