Decision Workspace
mpsc vs flume vs concurrent-queue
Side-by-side comparison of Rust crates
46
mpsc
growingv0.2.6
mpsc channel
67
flume
growingv0.12.0
A blazingly fast multi-producer channel
60
concurrent-queue
growingv2.5.0
Concurrent multi-producer multi-consumer queue
Core Metrics
| mpsc | flume | concurrent-queue | |
|---|---|---|---|
| Health Score | 46 | 67 | 60 |
| Total Downloads | 69.8K | 142.0M | 208.7M |
| 30d Downloads | 2.7K | 12.3M | 15.4M |
| Dependents | 64 | 8.9K | 1.0K |
| Releases | 8 | 39 | 16 |
| Last Updated | 313d ago | 109d ago | 700d ago |
| Age | 3y 4m | 6y 8m | 5y 10m |
Health Breakdown
mpsc
Maintenance
7
Quality
15
Community
7
Popularity
6
Documentation
11
flume
Maintenance
12
Quality
15
Community
20
Popularity
8
Documentation
12
concurrent-queue
Maintenance
4
Quality
18
Community
18
Popularity
8
Documentation
12
Technical Details
| mpsc | flume | concurrent-queue | |
|---|---|---|---|
| Version | 0.2.6 | 0.12.0 | 2.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0/MIT | Apache-2.0 OR MIT |
| Dependencies | 11 | 13 | 7 |
| Crate Size | 7KB | 69KB | 23KB |
| Features | 4 | 5 | 2 |
| Yanked % | 0.0% | 2.6% | 6.3% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | 1.47 | — | 1.60 |
| Owners | 1 | 2 (team) | 3 (team) |
Links
Quick Verdict
- •flume leads with a health score of 67/100, but none of the options score above 80.
- •concurrent-queue has the most downloads (208.7M), suggesting wider adoption.
- •flume is depended on by 8.9K crates — strongest ecosystem trust.
- •⚠ concurrent-queue has not been updated in over a year.
- •mpsc, flume are pre-1.0 — API may change.