Decision Workspace
ringbuf vs ringbuf-basedrop vs async-ringbuf
Side-by-side comparison of Rust crates
69
ringbuf
growingv0.5.0
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
64
async-ringbuf
growingv0.3.6
Async SPSC FIFO ring buffer
Core Metrics
| ringbuf | ringbuf-basedrop | async-ringbuf | |
|---|---|---|---|
| Health Score | 69 | 44 | 64 |
| Total Downloads | 12.6M | 3.4K | 237.6K |
| 30d Downloads | 920.2K | 0 | 20.4K |
| Dependents | 1.5K | 0 | 83 |
| Releases | 41 | 2 | 23 |
| Last Updated | 22d ago | 1456d ago | 22d ago |
| Age | 7y 4m | 3y 12m | 3y 11m |
Health Breakdown
ringbuf
Maintenance
18
Quality
13
Community
17
Popularity
8
Documentation
13
ringbuf-basedrop
Maintenance
4
Quality
17
Community
6
Popularity
4
Documentation
13
async-ringbuf
Maintenance
18
Quality
14
Community
13
Popularity
6
Documentation
13
Technical Details
| ringbuf | ringbuf-basedrop | async-ringbuf | |
|---|---|---|---|
| Version | 0.5.0 | 0.1.1 | 0.3.6 |
| 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 | 17KB |
| Features | 6 | 3 | 5 |
| Yanked % | 14.6% | 0.0% | 8.7% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 2 | 1 | 2 |
Links
Quick Verdict
- •ringbuf leads with a health score of 69/100, but none of the options score above 80.
- •ringbuf is depended on by 1.5K crates — strongest ecosystem trust.
- •⚠ ringbuf-basedrop has not been updated in over a year.