Decision Workspace
ringbuf vs ringbuf-basedrop vs async-ringbuf
Side-by-side comparison of Rust crates
63
ringbuf
growingv0.4.8
Lock-free SPSC FIFO ring buffer with direct access to inner data
44
ringbuf-basedrop
growingv0.1.1
A fork of the `ringbuf` crate that uses basedrop's Shared pointer in place of Arc
60
async-ringbuf
growingv0.3.5
Async SPSC FIFO ring buffer
Core Metrics
| ringbuf | ringbuf-basedrop | async-ringbuf | |
|---|---|---|---|
| Health Score | 63 | 44 | 60 |
| Total Downloads | 10.9M | 3.3K | 190.2K |
| 30d Downloads | 653.1K | 21 | 18.8K |
| Dependents | 1.3K | 0 | 78 |
| Releases | 40 | 2 | 22 |
| Last Updated | 92d ago | 1397d ago | 92d ago |
| Age | 7y 2m | 3y 10m | 3y 9m |
Health Breakdown
ringbuf
Maintenance
13
Quality
13
Community
16
Popularity
8
Documentation
13
ringbuf-basedrop
Maintenance
4
Quality
17
Community
6
Popularity
4
Documentation
13
async-ringbuf
Maintenance
14
Quality
14
Community
13
Popularity
6
Documentation
13
Technical Details
| ringbuf | ringbuf-basedrop | async-ringbuf | |
|---|---|---|---|
| Version | 0.4.8 | 0.1.1 | 0.3.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 4 | 2 | 6 |
| Crate Size | 32KB | 20KB | 16KB |
| Features | 6 | 3 | 5 |
| Yanked % | 15.0% | 0.0% | 9.1% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 2 | 1 | 2 |
Links
Quick Verdict
- •ringbuf leads with a health score of 63/100, but none of the options score above 80.
- •ringbuf is depended on by 1.3K crates — strongest ecosystem trust.
- •⚠ ringbuf-basedrop has not been updated in over a year.