Decision Workspace
oom-safe vs safe-bump vs stack_frame_allocators
Side-by-side comparison of Rust crates
41
oom-safe
growingv0.2.1
Out-of-memory safe
51
safe-bump
experimentalv0.2.1
Safe typed arena — zero unsafe, auto Drop, checkpoint/rollback, single-thread Arena + concurrent SharedArena
48
stack_frame_allocators
growingv1.1.2
A set of allocators based off the concept of the stack and creating "Frames". Push frames onto the Stack, push values onto Frames, and pop entire Frames and their items
Core Metrics
| oom-safe | safe-bump | stack_frame_allocators | |
|---|---|---|---|
| Health Score | 41 | 51 | 48 |
| Total Downloads | 5.8K | 162 | 4.1K |
| 30d Downloads | 7 | 118 | 7 |
| Dependents | 0 | 2 | 0 |
| Releases | 4 | 3 | 5 |
| Last Updated | 1449d ago | 32d ago | 334d ago |
| Age | 4y 2m | 1m | 1y 5m |
Health Breakdown
oom-safe
Maintenance
3
Quality
16
Community
3
Popularity
4
Documentation
15
safe-bump
Maintenance
12
Quality
14
Community
7
Popularity
3
Documentation
15
stack_frame_allocators
Maintenance
8
Quality
20
Community
3
Popularity
4
Documentation
13
Technical Details
| oom-safe | safe-bump | stack_frame_allocators | |
|---|---|---|---|
| Version | 0.2.1 | 0.2.1 | 1.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 8KB | 27KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.57 | 1.93 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •safe-bump leads with a health score of 51/100, but none of the options score above 80.
- •oom-safe has the most downloads (5.8K), suggesting wider adoption.
- •⚠ oom-safe has not been updated in over a year.
- •oom-safe, safe-bump are pre-1.0 — API may change.