Decision Workspace
waitx vs compact-waitgroup vs wg
Side-by-side comparison of Rust crates
44
waitx
experimentalv0.4.3
A lightweight & low-latency, pure signaling primitive.
51
compact-waitgroup
experimentalv0.3.3
A compact asynchronous WaitGroup synchronization primitive.
50
wg
growingv0.9.2
Golang like WaitGroup implementation for sync/async Rust.
Core Metrics
| waitx | compact-waitgroup | wg | |
|---|---|---|---|
| Health Score | 44 | 51 | 50 |
| Total Downloads | 1.1K | 182 | 418.3K |
| 30d Downloads | 67 | 126 | 15.2K |
| Dependents | 0 | 0 | 201 |
| Releases | 14 | 10 | 27 |
| Last Updated | 26d ago | 17d ago | 537d ago |
| Age | 8m | 1m | 4y 5m |
Health Breakdown
waitx
Maintenance
17
Quality
8
Community
5
Popularity
4
Documentation
10
compact-waitgroup
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
15
wg
Maintenance
8
Quality
10
Community
12
Popularity
7
Documentation
13
Technical Details
| waitx | compact-waitgroup | wg | |
|---|---|---|---|
| Version | 0.4.3 | 0.3.3 | 0.9.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 10 | 7 | 10 |
| Crate Size | 13KB | 19KB | 23KB |
| Features | 1 | 2 | 6 |
| Yanked % | 21.4% | 0.0% | 77.8% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.88 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •compact-waitgroup leads with a health score of 51/100, but none of the options score above 80.
- •wg has the most downloads (418.3K), suggesting wider adoption.
- •wg is depended on by 201 crates — strongest ecosystem trust.
- •⚠ wg has not been updated in over a year.