Decision Workspace
atomig vs radium vs atomic-primitive
Side-by-side comparison of Rust crates
58
atomig
growingv0.4.3
Generic, convenient and lock-free `std` atomics via `Atomic<T>`. Can be used with many primitive types (including floats) and with custom types.
65
radium
growingv1.1.1
Portable interfaces for maybe-atomic types
55
atomic-primitive
experimentalv0.1.3
Traits for primitive atomic types
Core Metrics
| atomig | radium | atomic-primitive | |
|---|---|---|---|
| Health Score | 58 | 65 | 55 |
| Total Downloads | 999.0K | 175.9M | 9.5K |
| 30d Downloads | 89.8K | 12.2M | 9.7K |
| Dependents | 36 | 54 | 2 |
| Releases | 10 | 20 | 4 |
| Last Updated | 314d ago | 261d ago | 15d ago |
| Age | 6y 8m | 6y 10m | 20d |
Health Breakdown
atomig
Maintenance
7
Quality
16
Community
15
Popularity
7
Documentation
13
radium
Maintenance
7
Quality
19
Community
16
Popularity
8
Documentation
15
atomic-primitive
Maintenance
16
Quality
15
Community
7
Popularity
5
Documentation
12
Technical Details
| atomig | radium | atomic-primitive | |
|---|---|---|---|
| Version | 0.4.3 | 1.1.1 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT | MIT OR Apache-2.0 OR LGPL-2.1-or-later |
| Dependencies | 3 | 3 | 0 |
| Crate Size | 22KB | 14KB | 20KB |
| Features | 1 | 2 | 0 |
| Yanked % | 0.0% | 5.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.60 | 1.85 |
| Owners | 2 (team) | 3 (team) | 1 |
Links
Quick Verdict
- •radium leads with a health score of 65/100, but none of the options score above 80.
- •atomig, atomic-primitive are pre-1.0 — API may change.