Decision Workspace
allocated vs bump-scope vs rallo
Side-by-side comparison of Rust crates
48
allocated
experimentalv0.1.1
Abstractions for working with explicitly allocated data structures
65
bump-scope
stablev2.2.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
53
rallo
growingv0.5.2
Rust allocator for tracking memory usage
Core Metrics
| allocated | bump-scope | rallo | |
|---|---|---|---|
| Health Score | 48 | 65 | 53 |
| Total Downloads | 102 | 149.2K | 2.9K |
| 30d Downloads | 21 | 24.2K | 38 |
| Dependents | 4 | 13 | 18 |
| Releases | 2 | 86 | 7 |
| Last Updated | 89d ago | 30d ago | 144d ago |
| Age | 3m | 2y | 1y |
Health Breakdown
allocated
Maintenance
12
Quality
16
Community
8
Popularity
2
Documentation
10
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
rallo
Maintenance
12
Quality
13
Community
11
Popularity
4
Documentation
13
Technical Details
| allocated | bump-scope | rallo | |
|---|---|---|---|
| Version | 0.1.1 | 2.2.0 | 0.5.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 10 | 5 |
| Crate Size | 26KB | 240KB | 274KB |
| Features | 2 | 19 | 0 |
| Yanked % | 0.0% | 1.2% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85.1 | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •bump-scope leads with a health score of 65/100, but none of the options score above 80.
- •allocated, rallo are pre-1.0 — API may change.