Decision Workspace
bump-scope vs keleusma-arena vs arenars
Side-by-side comparison of Rust crates
65
bump-scope
stablev2.3.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
52
keleusma-arena
experimentalv0.3.0
Dual-end bump-allocated arena for embedded Rust with fixed-size storage, constant-time allocation, and a generic memory budget contract
44
arenars
experimentalv0.1.0
A simple, safe, no_std arena allocator with bump-pointer allocation and optional Drop support
Core Metrics
| bump-scope | keleusma-arena | arenars | |
|---|---|---|---|
| Health Score | 65 | 52 | 44 |
| Total Downloads | 196.4K | 120 | 13 |
| 30d Downloads | 30.0K | 0 | 0 |
| Dependents | 13 | 5 | 0 |
| Releases | 87 | 3 | 1 |
| Last Updated | 40d ago | 6d ago | 35d ago |
| Age | 2y 2m | 17d | 1m |
Health Breakdown
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
keleusma-arena
Maintenance
14
Quality
16
Community
8
Popularity
2
Documentation
12
arenars
Maintenance
11
Quality
16
Community
6
Popularity
1
Documentation
10
Technical Details
| bump-scope | keleusma-arena | arenars | |
|---|---|---|---|
| Version | 2.3.0 | 0.3.0 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | 0BSD | MIT |
| Dependencies | 10 | 1 | 1 |
| Crate Size | 241KB | 25KB | 13KB |
| Features | 19 | 2 | 2 |
| Yanked % | 1.1% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85.1 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bump-scope leads with a health score of 65/100, but none of the options score above 80.
- •keleusma-arena, arenars are pre-1.0 — API may change.