Decision Workspace
tokio-condvar vs sync_file vs atomics
Side-by-side comparison of Rust crates
45
tokio-condvar
growingv0.3.0
A Condition Variable for Tokio Applications
59
sync_file
growingv0.3.2
Files that can be read concurrently
48
atomics
experimentalv0.3.3
Basic utils for concurrent programming. Backoff, spinlocks, seqlock, atomic type wrappers.
Core Metrics
| tokio-condvar | sync_file | atomics | |
|---|---|---|---|
| Health Score | 45 | 59 | 48 |
| Total Downloads | 97.0K | 119.8K | 1.7K |
| 30d Downloads | 5.1K | 4.0K | 8 |
| Dependents | 104 | 87 | 0 |
| Releases | 3 | 16 | 6 |
| Last Updated | 662d ago | 151d ago | 157d ago |
| Age | 3y 1m | 4y 8m | 6m |
Health Breakdown
tokio-condvar
Maintenance
4
Quality
17
Community
8
Popularity
6
Documentation
10
sync_file
Maintenance
12
Quality
15
Community
11
Popularity
6
Documentation
15
atomics
Maintenance
12
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| tokio-condvar | sync_file | atomics | |
|---|---|---|---|
| Version | 0.3.0 | 0.3.2 | 0.3.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Unlicense OR MIT |
| Dependencies | 2 | 1 | 3 |
| Crate Size | 4KB | 10KB | 8KB |
| Features | 2 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sync_file leads with a health score of 59/100, but none of the options score above 80.
- •tokio-condvar is depended on by 104 crates — strongest ecosystem trust.
- •⚠ tokio-condvar has not been updated in over a year.