Decision Workspace
min-heap vs orx-priority-queue vs binary-heap-plus
Side-by-side comparison of Rust crates
40
min-heap
growingv1.0.0
A Min Priority Queue implemented as a Thin Wrapper around BinaryHeap from the Standard Library
61
orx-priority-queue
stablev1.8.0
Priority queue traits and high performance d-ary heap implementations.
51
binary-heap-plus
growingv0.5.0
Enhanced version of std::collections::BinaryHeap that supports max, min, and custom-order heaps.
Core Metrics
| min-heap | orx-priority-queue | binary-heap-plus | |
|---|---|---|---|
| Health Score | 40 | 61 | 51 |
| Total Downloads | 737 | 1.0M | 6.5M |
| 30d Downloads | 42 | 143.6K | 375.1K |
| Dependents | 0 | 47 | 361 |
| Releases | 1 | 29 | 13 |
| Last Updated | 327d ago | 125d ago | 1274d ago |
| Age | 10m | 2y 8m | 7y 10m |
Health Breakdown
min-heap
Maintenance
3
Quality
18
Community
6
Popularity
3
Documentation
10
orx-priority-queue
Maintenance
13
Quality
20
Community
11
Popularity
7
Documentation
10
binary-heap-plus
Maintenance
4
Quality
14
Community
13
Popularity
8
Documentation
12
Technical Details
| min-heap | orx-priority-queue | binary-heap-plus | |
|---|---|---|---|
| Version | 1.0.0 | 1.8.0 | 0.5.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 5 | 4 |
| Crate Size | 15KB | 127KB | 21KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | 1.56.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-priority-queue leads with a health score of 61/100, but none of the options score above 80.
- •binary-heap-plus has the most downloads (6.5M), suggesting wider adoption.
- •binary-heap-plus is depended on by 361 crates — strongest ecosystem trust.
- •⚠ binary-heap-plus has not been updated in over a year.
- •binary-heap-plus is pre-1.0 — API may change.