Decision Workspace
ring-channel vs enso-channel vs flume
Side-by-side comparison of Rust crates
45
ring-channel
growingv0.12.0
Bounded MPMC channel abstraction on top of a ring buffer
46
enso-channel
experimentalv0.1.0
Batch-first, bounded, lock-free ring-buffer channels (MPSC/MPMC/Broadcast) for bursty, latency-sensitive systems
67
flume
growingv0.12.0
A blazingly fast multi-producer channel
Core Metrics
| ring-channel | enso-channel | flume | |
|---|---|---|---|
| Health Score | 45 | 46 | 67 |
| Total Downloads | 449.1K | 14 | 142.0M |
| 30d Downloads | 14.6K | 14 | 12.7M |
| Dependents | 17 | 0 | 8.9K |
| Releases | 19 | 1 | 39 |
| Last Updated | 899d ago | 23d ago | 109d ago |
| Age | 6y 11m | 23d | 6y 8m |
Health Breakdown
ring-channel
Maintenance
4
Quality
15
Community
9
Popularity
7
Documentation
10
enso-channel
Maintenance
12
Quality
12
Community
6
Popularity
1
Documentation
15
flume
Maintenance
12
Quality
15
Community
20
Popularity
8
Documentation
12
Technical Details
| ring-channel | enso-channel | flume | |
|---|---|---|---|
| Version | 0.12.0 | 0.1.0 | 0.12.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0/MIT |
| Dependencies | 11 | 7 | 13 |
| Crate Size | 16KB | 346KB | 69KB |
| Features | 3 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 2.6% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.75 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •flume leads with a health score of 67/100, but none of the options score above 80.
- •flume is depended on by 8.9K crates — strongest ecosystem trust.
- •⚠ ring-channel has not been updated in over a year.