Decision Workspace
fibonacci_heap vs pie_core vs dary_heap
Side-by-side comparison of Rust crates
60
fibonacci_heap
growingv0.9.1
A high-performance Fibonacci Heap implementation in Rust with generic type support
55
pie_core
experimentalv0.2.14
A high-performance, index-based data structure toolkit. Provides an arena allocator (ElemPool) used to build a cache-friendly PieList (doubly-linked list) and FibHeap (priority queue).
53
dary_heap
growingv0.3.8
A d-ary heap
Core Metrics
| fibonacci_heap | pie_core | dary_heap | |
|---|---|---|---|
| Health Score | 60 | 55 | 53 |
| Total Downloads | 4.7K | 947 | 21.0M |
| 30d Downloads | 107 | 41 | 2.7M |
| Dependents | 13 | 0 | 99 |
| Releases | 9 | 12 | 18 |
| Last Updated | 26d ago | 11d ago | 192d ago |
| Age | 1y 1m | 5m | 5y 6m |
Health Breakdown
fibonacci_heap
Maintenance
17
Quality
17
Community
9
Popularity
4
Documentation
13
pie_core
Maintenance
18
Quality
14
Community
6
Popularity
4
Documentation
13
dary_heap
Maintenance
10
Quality
16
Community
10
Popularity
8
Documentation
9
Technical Details
| fibonacci_heap | pie_core | dary_heap | |
|---|---|---|---|
| Version | 0.9.1 | 0.2.14 | 0.3.8 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MPL-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 11 | 4 |
| Crate Size | 13KB | 165KB | 27KB |
| Features | 2 | 5 | 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 60/100, but none of the options score above 80.
- •dary_heap has the most downloads (21.0M), suggesting wider adoption.