Decision Workspace
two-lock-queue vs ubq vs mqb
Side-by-side comparison of Rust crates
42
two-lock-queue
growingv0.1.1
A MPMC channel based on the michael-scott two lock queue algorithm.
46
ubq
experimentalv2.1.2
Lock-free unbounded MPMC queue backed by a linked ring of fixed-size blocks.
43
mqb
growingv0.4.0
Lock free in memory message queue broker
Core Metrics
| two-lock-queue | ubq | mqb | |
|---|---|---|---|
| Health Score | 42 | 46 | 43 |
| Total Downloads | 31.6K | 96 | 2.4K |
| 30d Downloads | 375 | 8 | 9 |
| Dependents | 19 | 0 | 0 |
| Releases | 2 | 6 | 5 |
| Last Updated | 3096d ago | 36d ago | 181d ago |
| Age | 9y 2m | 1m | 1y 1m |
Health Breakdown
two-lock-queue
Maintenance
3
Quality
16
Community
7
Popularity
5
Documentation
11
ubq
Maintenance
11
Quality
17
Community
6
Popularity
2
Documentation
10
mqb
Maintenance
10
Quality
8
Community
6
Popularity
4
Documentation
15
Technical Details
| two-lock-queue | ubq | mqb | |
|---|---|---|---|
| Version | 0.1.1 | 2.1.2 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 11 | 15 |
| Crate Size | 12KB | 267KB | 18KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 20.0% |
| Edition | — | 2024 | 2024 |
| MSRV | — | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ubq leads with a health score of 46/100, but none of the options score above 80.
- •two-lock-queue has the most downloads (31.6K), suggesting wider adoption.
- •⚠ two-lock-queue has not been updated in over a year.
- •two-lock-queue, mqb are pre-1.0 — API may change.