Decision Workspace
quickheap vs fibonacci_heap vs dary_heap
Side-by-side comparison of Rust crates
48
quickheap
experimentalv0.1.0
A SIMD-accelerated priority queue
61
fibonacci_heap
stablev1.1.0
A high-performance Fibonacci Heap implementation in Rust with generic type support
60
dary_heap
growingv0.3.9
A d-ary heap
Core Metrics
| quickheap | fibonacci_heap | dary_heap | |
|---|---|---|---|
| Health Score | 48 | 61 | 60 |
| Total Downloads | 360 | 4.9K | 26.6M |
| 30d Downloads | 0 | 0 | 3.1M |
| Dependents | 0 | 13 | 126 |
| Releases | 2 | 12 | 19 |
| Last Updated | 26d ago | 53d ago | 39d ago |
| Age | 8m | 1y 3m | 5y 8m |
Health Breakdown
quickheap
Maintenance
15
Quality
14
Community
6
Popularity
3
Documentation
10
fibonacci_heap
Maintenance
16
Quality
19
Community
9
Popularity
4
Documentation
13
dary_heap
Maintenance
16
Quality
16
Community
11
Popularity
8
Documentation
9
Technical Details
| quickheap | fibonacci_heap | dary_heap | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.0 | 0.3.9 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 4 |
| Crate Size | 29KB | 22KB | 27KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fibonacci_heap leads with a health score of 61/100, but none of the options score above 80.
- •dary_heap has the most downloads (26.6M), suggesting wider adoption.
- •dary_heap is depended on by 126 crates — strongest ecosystem trust.
- •quickheap, dary_heap are pre-1.0 — API may change.