Decision Workspace
medianheap vs median-heap vs priority-queue
Side-by-side comparison of Rust crates
44
medianheap
growingv0.4.1
A median heap for keeping track of a running median.
40
median-heap
growingv0.1.2
A median heap implementation in Rust, used to keep track of a running median of a sequence of numbers.
69
priority-queue
growingv2.7.0
A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.
Core Metrics
| medianheap | median-heap | priority-queue | |
|---|---|---|---|
| Health Score | 44 | 40 | 69 |
| Total Downloads | 8.7K | 3.7K | 20.7M |
| 30d Downloads | 107 | 6 | 1.7M |
| Dependents | 3 | 0 | 1.5K |
| Releases | 5 | 3 | 55 |
| Last Updated | 805d ago | 575d ago | 181d ago |
| Age | 7y 3m | 1y 10m | 8y 8m |
Health Breakdown
medianheap
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
13
median-heap
Maintenance
5
Quality
15
Community
6
Popularity
4
Documentation
10
priority-queue
Maintenance
11
Quality
20
Community
15
Popularity
8
Documentation
15
Technical Details
| medianheap | median-heap | priority-queue | |
|---|---|---|---|
| Version | 0.4.1 | 0.1.2 | 2.7.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | LGPL-3.0-or-later OR MPL-2.0 |
| Dependencies | 2 | 1 | 9 |
| Crate Size | 4KB | 5KB | 52KB |
| Features | 1 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.65.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •priority-queue leads with a health score of 69/100, but none of the options score above 80.
- •priority-queue is depended on by 1.5K crates — strongest ecosystem trust.
- •⚠ medianheap, median-heap have not been updated in over a year.
- •medianheap, median-heap are pre-1.0 — API may change.