Decision Workspace
atomic_ptr_cell vs radium vs fast-stm
Side-by-side comparison of Rust crates
37
atomic_ptr_cell
growingv0.1.0
Safe no_std repr(transparent) wrapper for AtomicPtr and &AtomicPtr with an api similar to a cell.
65
radium
growingv1.1.1
Portable interfaces for maybe-atomic types
56
fast-stm
growingv0.7.0
Performance-focused implementation of software transactional memory. Allows composable atomic operations.
Core Metrics
| atomic_ptr_cell | radium | fast-stm | |
|---|---|---|---|
| Health Score | 37 | 65 | 56 |
| Total Downloads | 978 | 175.9M | 3.6K |
| 30d Downloads | 3 | 11.8M | 314 |
| Dependents | 0 | 54 | 6 |
| Releases | 1 | 20 | 6 |
| Last Updated | 464d ago | 261d ago | 7d ago |
| Age | 1y 3m | 6y 10m | 1y |
Health Breakdown
atomic_ptr_cell
Maintenance
2
Quality
16
Community
5
Popularity
4
Documentation
10
radium
Maintenance
7
Quality
19
Community
16
Popularity
8
Documentation
15
fast-stm
Maintenance
18
Quality
17
Community
7
Popularity
4
Documentation
10
Technical Details
| atomic_ptr_cell | radium | fast-stm | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.1 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 5 |
| Crate Size | 12KB | 14KB | 22KB |
| Features | 0 | 2 | 6 |
| Yanked % | 0.0% | 5.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.60 | — |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •radium leads with a health score of 65/100, but none of the options score above 80.
- •⚠ atomic_ptr_cell has not been updated in over a year.
- •atomic_ptr_cell, fast-stm are pre-1.0 — API may change.