Decision Workspace
priority-queue vs orx-priority-queue vs ordered-channel
Side-by-side comparison of Rust crates
69
priority-queue
growingv2.7.0
A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.
61
orx-priority-queue
stablev1.8.0
Priority queue traits and high performance d-ary heap implementations.
54
ordered-channel
growingv1.2.0
A channel that always receives messages in the correct order, even if they were sent out of order
Core Metrics
| priority-queue | orx-priority-queue | ordered-channel | |
|---|---|---|---|
| Health Score | 69 | 61 | 54 |
| Total Downloads | 20.7M | 1.0M | 431.3K |
| 30d Downloads | 1.7M | 143.6K | 52.7K |
| Dependents | 1.5K | 47 | 15 |
| Releases | 55 | 29 | 3 |
| Last Updated | 181d ago | 125d ago | 383d ago |
| Age | 8y 8m | 2y 8m | 2y 2m |
Health Breakdown
priority-queue
Maintenance
11
Quality
20
Community
15
Popularity
8
Documentation
15
orx-priority-queue
Maintenance
13
Quality
20
Community
11
Popularity
7
Documentation
10
ordered-channel
Maintenance
6
Quality
21
Community
8
Popularity
7
Documentation
12
Technical Details
| priority-queue | orx-priority-queue | ordered-channel | |
|---|---|---|---|
| Version | 2.7.0 | 1.8.0 | 1.2.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | LGPL-3.0-or-later OR MPL-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 9 | 5 | 1 |
| Crate Size | 52KB | 127KB | 4KB |
| Features | 3 | 4 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.65.0 | — | 1.65 |
| 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.
- •⚠ ordered-channel has not been updated in over a year.