Decision Workspace
rbuffer vs nexus-queue vs nexus-logbuf
Side-by-side comparison of Rust crates
53
rbuffer
experimentalv0.1.3
Lock-free fixed-size SPSC and MPSC ring buffers for low-latency messaging.
58
nexus-queue
experimentalv1.3.1
High-performance lock-free SPSC and MPSC queues for low-latency systems
58
nexus-logbuf
experimentalv2.2.0
Lock-free SPSC and MPSC byte ring buffers for logging and archival
Core Metrics
| rbuffer | nexus-queue | nexus-logbuf | |
|---|---|---|---|
| Health Score | 53 | 58 | 58 |
| Total Downloads | 65 | 4.2K | 2.8K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 29 | 19 |
| Releases | 4 | 14 | 11 |
| Last Updated | 20d ago | 43d ago | 17d ago |
| Age | 3m | 4m | 4m |
Health Breakdown
rbuffer
Maintenance
17
Quality
16
Community
6
Popularity
2
Documentation
12
nexus-queue
Maintenance
16
Quality
16
Community
10
Popularity
4
Documentation
12
nexus-logbuf
Maintenance
18
Quality
14
Community
10
Popularity
4
Documentation
12
Technical Details
| rbuffer | nexus-queue | nexus-logbuf | |
|---|---|---|---|
| Version | 0.1.3 | 1.3.1 | 2.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 4 | 3 |
| Crate Size | 21KB | 26KB | 45KB |
| Features | 4 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 9.1% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nexus-queue leads with a health score of 58/100, but none of the options score above 80.
- •rbuffer is pre-1.0 — API may change.