Decision Workspace
rbuffer vs nexus-queue vs nexus-logbuf
Side-by-side comparison of Rust crates
48
rbuffer
experimentalv0.1.2
Lock-free fixed-size SPSC and MPSC ring buffers for low-latency messaging.
53
nexus-queue
experimentalv1.2.0
High-performance lock-free SPSC and MPSC queues for low-latency systems
53
nexus-logbuf
experimentalv2.1.0
Lock-free SPSC and MPSC byte ring buffers for logging and archival
Core Metrics
| rbuffer | nexus-queue | nexus-logbuf | |
|---|---|---|---|
| Health Score | 48 | 53 | 53 |
| Total Downloads | 47 | 2.4K | 924 |
| 30d Downloads | 8 | 1.3K | 707 |
| Dependents | 0 | 12 | 5 |
| Releases | 3 | 12 | 5 |
| Last Updated | 35d ago | 11d ago | 11d ago |
| Age | 1m | 2m | 2m |
Health Breakdown
rbuffer
Maintenance
12
Quality
16
Community
6
Popularity
2
Documentation
12
nexus-queue
Maintenance
12
Quality
16
Community
9
Popularity
4
Documentation
12
nexus-logbuf
Maintenance
12
Quality
17
Community
8
Popularity
4
Documentation
12
Technical Details
| rbuffer | nexus-queue | nexus-logbuf | |
|---|---|---|---|
| Version | 0.1.2 | 1.2.0 | 2.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 3 |
| Crate Size | 16KB | 25KB | 28KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| 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 53/100, but none of the options score above 80.
- •rbuffer is pre-1.0 — API may change.