Decision Workspace
pie_core vs d-ary-heap vs leonardo-heap
Side-by-side comparison of Rust crates
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).
51
d-ary-heap
experimentalv2.5.0
Generic d-ary heap priority queue supporting min/max via comparator, with O(1) item lookup for updates. Features configurable arity, efficient priority updates, and cross-language API compatibility.
34
leonardo-heap
growingv0.3.0
Heap structure supporting fast in-place partial sorting
Core Metrics
| pie_core | d-ary-heap | leonardo-heap | |
|---|---|---|---|
| Health Score | 55 | 51 | 34 |
| Total Downloads | 947 | 70 | 6.0K |
| 30d Downloads | 41 | 33 | 5 |
| Dependents | 0 | 0 | 0 |
| Releases | 12 | 2 | 3 |
| Last Updated | 11d ago | 60d ago | 2861d ago |
| Age | 5m | 2m | 9y 11m |
Health Breakdown
pie_core
Maintenance
18
Quality
14
Community
6
Popularity
4
Documentation
13
d-ary-heap
Maintenance
10
Quality
20
Community
6
Popularity
2
Documentation
13
leonardo-heap
Maintenance
3
Quality
15
Community
3
Popularity
5
Documentation
8
Technical Details
| pie_core | d-ary-heap | leonardo-heap | |
|---|---|---|---|
| Version | 0.2.14 | 2.5.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MPL-2.0 | Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 11 | 0 | 1 |
| Crate Size | 165KB | 25KB | 12KB |
| Features | 5 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •pie_core leads with a health score of 55/100, but none of the options score above 80.
- •leonardo-heap has the most downloads (6.0K), suggesting wider adoption.
- •⚠ leonardo-heap has not been updated in over a year.
- •pie_core, leonardo-heap are pre-1.0 — API may change.