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