Decision Workspace
atomic-take vs orx-concurrent-option vs cache-padded
Side-by-side comparison of Rust crates
54
atomic-take
growingv1.1.0
Atomically take a value out of a container once.
55
orx-concurrent-option
growingv1.5.0
ConcurrentOption is a lock-free concurrent read and write option type.
62
cache-padded
growingv1.3.0
Prevent false sharing by padding and aligning to the length of a cache line
Core Metrics
| atomic-take | orx-concurrent-option | cache-padded | |
|---|---|---|---|
| Health Score | 54 | 55 | 62 |
| Total Downloads | 9.4M | 80.8K | 24.8M |
| 30d Downloads | 502.3K | 13.9K | 336.1K |
| Dependents | 229 | 26 | 245 |
| Releases | 3 | 6 | 5 |
| Last Updated | 1154d ago | 350d ago | 1051d ago |
| Age | 6y 5m | 1y 7m | 5y 10m |
Health Breakdown
atomic-take
Maintenance
3
Quality
20
Community
12
Popularity
8
Documentation
11
orx-concurrent-option
Maintenance
9
Quality
20
Community
10
Popularity
6
Documentation
10
cache-padded
Maintenance
4
Quality
21
Community
18
Popularity
8
Documentation
11
Technical Details
| atomic-take | orx-concurrent-option | cache-padded | |
|---|---|---|---|
| Version | 1.1.0 | 1.5.0 | 1.3.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 1 | 1 | 0 |
| Crate Size | 6KB | 29KB | 9KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2018 |
| MSRV | 1.48.0 | — | 1.31 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •cache-padded leads with a health score of 62/100, but none of the options score above 80.
- •cache-padded is depended on by 245 crates — strongest ecosystem trust.
- •⚠ atomic-take, cache-padded have not been updated in over a year.