Decision Workspace
parcoll vs may_queue vs concurrent-queue
Side-by-side comparison of Rust crates
51
parcoll
growingv1.4.2
Collections for parallel computing, such as SPSC, SPMC, and MPSC and MPMC queues.
50
may_queue
growingv0.1.23
May's internal queue library
60
concurrent-queue
growingv2.5.0
Concurrent multi-producer multi-consumer queue
Core Metrics
| parcoll | may_queue | concurrent-queue | |
|---|---|---|---|
| Health Score | 51 | 50 | 60 |
| Total Downloads | 1.8K | 91.4K | 208.7M |
| 30d Downloads | 7 | 2.8K | 16.0M |
| Dependents | 0 | 54 | 1.0K |
| Releases | 7 | 24 | 16 |
| Last Updated | 105d ago | 572d ago | 700d ago |
| Age | 7m | 8y 7m | 5y 10m |
Health Breakdown
parcoll
Maintenance
14
Quality
15
Community
6
Popularity
4
Documentation
12
may_queue
Maintenance
4
Quality
17
Community
10
Popularity
6
Documentation
13
concurrent-queue
Maintenance
4
Quality
18
Community
18
Popularity
8
Documentation
12
Technical Details
| parcoll | may_queue | concurrent-queue | |
|---|---|---|---|
| Version | 1.4.2 | 0.1.23 | 2.5.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT/Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 3 | 3 | 7 |
| Crate Size | 71KB | 14KB | 23KB |
| Features | 5 | 2 | 2 |
| Yanked % | 42.9% | 0.0% | 6.3% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.83.0 | — | 1.60 |
| Owners | 1 | 1 | 3 (team) |
Links
Quick Verdict
- •concurrent-queue leads with a health score of 60/100, but none of the options score above 80.
- •concurrent-queue is depended on by 1.0K crates — strongest ecosystem trust.
- •⚠ may_queue, concurrent-queue have not been updated in over a year.
- •may_queue is pre-1.0 — API may change.