Decision Workspace
forge-alloc vs forge-alloc-core vs arena-alloc
Side-by-side comparison of Rust crates
49
forge-alloc
experimentalv0.3.0
Composable memory allocator primitives — pay-for-what-you-use security hardening with zero-cost type-level composition
52
forge-alloc-core
experimentalv0.2.0
Core trait contracts (Allocator/Deallocator/OsBacked/FixedRange/FreelistProtection) and NonZeroLayout for the forge-alloc family
35
arena-alloc
growingv0.1.2
A small arena allocator with a static backing store and ability to allocate arbitrary types.
Core Metrics
| forge-alloc | forge-alloc-core | arena-alloc | |
|---|---|---|---|
| Health Score | 49 | 52 | 35 |
| Total Downloads | 19 | 33 | 4.1K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 3 | 0 |
| Releases | 3 | 4 | 3 |
| Last Updated | today | today | 609d ago |
| Age | 4d | 4d | 1y 8m |
Health Breakdown
forge-alloc
Maintenance
14
Quality
15
Community
6
Popularity
2
Documentation
12
forge-alloc-core
Maintenance
14
Quality
16
Community
8
Popularity
2
Documentation
12
arena-alloc
Maintenance
5
Quality
10
Community
6
Popularity
4
Documentation
10
Technical Details
| forge-alloc | forge-alloc-core | arena-alloc | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | GPL-3.0-or-later |
| Dependencies | 7 | 4 | 0 |
| Crate Size | 208KB | 33KB | 16KB |
| Features | 7 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 66.7% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.84 | 1.84 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •forge-alloc-core leads with a health score of 52/100, but none of the options score above 80.
- •arena-alloc has the most downloads (4.1K), suggesting wider adoption.
- •⚠ arena-alloc has not been updated in over a year.