Decision Workspace
simple_arena vs zone-alloc vs contiguous-arena
Side-by-side comparison of Rust crates
41
simple_arena
growingv0.2.0
A simple arena allocator for Rust
50
zone-alloc
growingv0.4.4
Containers for zone-based data allocation.
45
contiguous-arena
growingv0.2.0
Efficient, reusable memory arena for Rust with support for contiguous memory blocks.
Core Metrics
| simple_arena | zone-alloc | contiguous-arena | |
|---|---|---|---|
| Health Score | 41 | 50 | 45 |
| Total Downloads | 1.6K | 19.9K | 1.6K |
| 30d Downloads | 3 | 67 | 5 |
| Dependents | 0 | 14 | 0 |
| Releases | 1 | 17 | 2 |
| Last Updated | 850d ago | 318d ago | 335d ago |
| Age | 2y 4m | 2y 6m | 1y 2m |
Health Breakdown
simple_arena
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
15
zone-alloc
Maintenance
9
Quality
17
Community
9
Popularity
5
Documentation
10
contiguous-arena
Maintenance
7
Quality
15
Community
6
Popularity
4
Documentation
13
Technical Details
| simple_arena | zone-alloc | contiguous-arena | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.4 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Unlicense |
| Dependencies | 0 | 1 | 1 |
| Crate Size | 3KB | 19KB | 15KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •zone-alloc leads with a health score of 50/100, but none of the options score above 80.
- •⚠ simple_arena has not been updated in over a year.