Decision Workspace
tari_broadcast_channel vs bus_queue vs gil
Side-by-side comparison of Rust crates
42
tari_broadcast_channel
growingv0.3.0
Bounded non-blocking single-producer-multi-consumer broadcast channel
43
bus_queue
growingv0.5.3
Lock-free Bounded non-Blocking Pub-Sub Queue
55
gil
experimentalv0.8.0
A collection of high-performance, lock-free concurrent queues (SPSC, MPSC, MPMC, SPMC) with sync and async support
Core Metrics
| tari_broadcast_channel | bus_queue | gil | |
|---|---|---|---|
| Health Score | 42 | 43 | 55 |
| Total Downloads | 18.0K | 41.6K | 596 |
| 30d Downloads | 176 | 210 | 94 |
| Dependents | 28 | 4 | 0 |
| Releases | 6 | 25 | 18 |
| Last Updated | 1389d ago | 2147d ago | 16d ago |
| Age | 6y 2m | 7y 3m | 3m |
Health Breakdown
tari_broadcast_channel
Maintenance
3
Quality
14
Community
11
Popularity
5
Documentation
9
bus_queue
Maintenance
6
Quality
15
Community
7
Popularity
6
Documentation
9
gil
Maintenance
18
Quality
15
Community
6
Popularity
3
Documentation
13
Technical Details
| tari_broadcast_channel | bus_queue | gil | |
|---|---|---|---|
| Version | 0.3.0 | 0.5.3 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0/MIT | Apache-2.0/MIT | MIT |
| Dependencies | 6 | 6 | 5 |
| Crate Size | 17KB | 130KB | 70KB |
| Features | 0 | 4 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 3 | 2 | 1 |
Links
Quick Verdict
- •gil leads with a health score of 55/100, but none of the options score above 80.
- •bus_queue has the most downloads (41.6K), suggesting wider adoption.
- •⚠ tari_broadcast_channel, bus_queue have not been updated in over a year.