Decision Workspace
mbarrier vs radium vs atomptr
Side-by-side comparison of Rust crates
58
mbarrier
experimentalv0.1.3
Cross-platform memory barrier implementations for Rust, inspired by Linux kernel
65
radium
growingv1.1.1
Portable interfaces for maybe-atomic types
54
atomptr
growingv3.2.0
A safe copy-on-write wrapper around `AtomicPtr` with some extra tricks
Core Metrics
| mbarrier | radium | atomptr | |
|---|---|---|---|
| Health Score | 58 | 65 | 54 |
| Total Downloads | 6.3K | 175.9M | 23.5K |
| 30d Downloads | 2.7K | 12.2M | 2.0K |
| Dependents | 51 | 54 | 7 |
| Releases | 4 | 20 | 14 |
| Last Updated | 268d ago | 261d ago | 212d ago |
| Age | 8m | 6y 10m | 5y 4m |
Health Breakdown
mbarrier
Maintenance
15
Quality
17
Community
11
Popularity
5
Documentation
10
radium
Maintenance
7
Quality
19
Community
16
Popularity
8
Documentation
15
atomptr
Maintenance
9
Quality
22
Community
8
Popularity
5
Documentation
10
Technical Details
| mbarrier | radium | atomptr | |
|---|---|---|---|
| Version | 0.1.3 | 1.1.1 | 3.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | EUPL-1.2 OR Apache-2.0 |
| Dependencies | 0 | 3 | 0 |
| Crate Size | 14KB | 14KB | 10KB |
| Features | 2 | 2 | 1 |
| Yanked % | 0.0% | 5.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| 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.
- •mbarrier is pre-1.0 — API may change.