Decision Workspace
ubq vs turbo-mpmc vs jacques
Side-by-side comparison of Rust crates
55
ubq
experimentalv4.0.0
Lock-free unbounded MPMC queue backed by a linked ring of fixed-size blocks.
36
turbo-mpmc
experimentalv0.1.0
A blazingly fast lock-free MPMC queue that beats crossbeam-channel on SPSC workloads.
46
jacques
experimentalv0.1.3
High-performance lock-free MPMC queues with horizontal scaling and zero-allocation operation
Core Metrics
| ubq | turbo-mpmc | jacques | |
|---|---|---|---|
| Health Score | 55 | 36 | 46 |
| Total Downloads | 114 | 51 | 536 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 7 | 1 | 3 |
| Last Updated | 19d ago | 182d ago | 114d ago |
| Age | 3m | 6m | 7m |
Health Breakdown
ubq
Maintenance
18
Quality
19
Community
6
Popularity
2
Documentation
10
turbo-mpmc
Maintenance
5
Quality
13
Community
6
Popularity
2
Documentation
10
jacques
Maintenance
13
Quality
9
Community
6
Popularity
3
Documentation
15
Technical Details
| ubq | turbo-mpmc | jacques | |
|---|---|---|---|
| Version | 4.0.0 | 0.1.0 | 0.1.3 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 12 | 6 | 7 |
| Crate Size | 87KB | 23KB | 50KB |
| Features | 10 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 33.3% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ubq leads with a health score of 55/100, but none of the options score above 80.
- •jacques has the most downloads (536), suggesting wider adoption.
- •turbo-mpmc, jacques are pre-1.0 — API may change.