Decision Workspace
lf-shardedringbuf vs sharded_ringbuf vs async-ringbuf
Side-by-side comparison of Rust crates
44
lf-shardedringbuf
growingv4.1.0
An async, lock-free, sharded, cache-aware SPSC/MPSC/MPMC ring buffer in Rust.
51
sharded_ringbuf
experimentalv0.5.1
A Tokio async, sharded SPSC/MPSC/MPMC ring buffer in Rust.
60
async-ringbuf
growingv0.3.5
Async SPSC FIFO ring buffer
Core Metrics
| lf-shardedringbuf | sharded_ringbuf | async-ringbuf | |
|---|---|---|---|
| Health Score | 44 | 51 | 60 |
| Total Downloads | 3.7K | 2.1K | 190.2K |
| 30d Downloads | 2 | 31 | 19.2K |
| Dependents | 0 | 0 | 78 |
| Releases | 10 | 14 | 22 |
| Last Updated | 228d ago | 101d ago | 92d ago |
| Age | 8m | 7m | 3y 9m |
Health Breakdown
lf-shardedringbuf
Maintenance
10
Quality
10
Community
5
Popularity
4
Documentation
15
sharded_ringbuf
Maintenance
14
Quality
13
Community
5
Popularity
4
Documentation
15
async-ringbuf
Maintenance
14
Quality
14
Community
13
Popularity
6
Documentation
13
Technical Details
| lf-shardedringbuf | sharded_ringbuf | async-ringbuf | |
|---|---|---|---|
| Version | 4.1.0 | 0.5.1 | 0.3.5 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT/Apache-2.0 |
| Dependencies | 7 | 11 | 6 |
| Crate Size | 385KB | 1.6MB | 16KB |
| Features | 0 | 6 | 5 |
| Yanked % | 100.0% | 0.0% | 9.1% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.87.0 | 1.87.0 | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •async-ringbuf leads with a health score of 60/100, but none of the options score above 80.
- •sharded_ringbuf, async-ringbuf are pre-1.0 — API may change.