Decision Workspace
spsc vs oneshot vs gil
Side-by-side comparison of Rust crates
45
spsc
experimentalv0.1.0
An entangled sync sender + async receiver pair.
58
oneshot
growingv0.2.1
Oneshot spsc channel with (potentially) lock-free non-blocking send, and a receiver supporting both thread blocking receive operations as well as Future based async polling.
55
gil
experimentalv0.9.0
A collection of high-performance, lock-free concurrent queues (SPSC, MPSC, MPMC, SPMC) with sync and async support
Core Metrics
| spsc | oneshot | gil | |
|---|---|---|---|
| Health Score | 45 | 58 | 55 |
| Total Downloads | 25 | 20.0M | 682 |
| 30d Downloads | 0 | 1.8M | 0 |
| Dependents | 0 | 1.9K | 0 |
| Releases | 1 | 16 | 19 |
| Last Updated | 18d ago | 91d ago | 8d ago |
| Age | 18d | 6y 12m | 5m |
Health Breakdown
spsc
Maintenance
12
Quality
13
Community
6
Popularity
2
Documentation
12
oneshot
Maintenance
12
Quality
11
Community
15
Popularity
8
Documentation
12
gil
Maintenance
18
Quality
15
Community
6
Popularity
3
Documentation
13
Technical Details
| spsc | oneshot | gil | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.1 | 0.9.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | ISC OR MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 5 | 4 | 5 |
| Crate Size | 16KB | 48KB | 74KB |
| Features | 0 | 2 | 4 |
| Yanked % | 0.0% | 25.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.88.0 | 1.85.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •oneshot leads with a health score of 58/100, but none of the options score above 80.
- •oneshot is depended on by 1.9K crates — strongest ecosystem trust.