Decision Workspace
allocandrescu vs bump-scope vs fastarena
Side-by-side comparison of Rust crates
52
allocandrescu
growingv0.1.0-alpha.4
A collection of various allocators and allocator combinators.
65
bump-scope
stablev2.2.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
58
fastarena
experimentalv0.1.3
A zero-dependency, bump-pointer arena allocator with RAII transactions, nested savepoints, optional LIFO destructor tracking, and ArenaVec — built for compilers, storage engines, and high-throughput request-scoped workloads.
Core Metrics
| allocandrescu | bump-scope | fastarena | |
|---|---|---|---|
| Health Score | 52 | 65 | 58 |
| Total Downloads | 5.8K | 149.2K | 109 |
| 30d Downloads | 7 | 25.4K | 109 |
| Dependents | 0 | 13 | 1 |
| Releases | 5 | 86 | 4 |
| Last Updated | 607d ago | 30d ago | 1d ago |
| Age | 1y 8m | 2y | 5d |
Health Breakdown
allocandrescu
Maintenance
12
Quality
16
Community
5
Popularity
4
Documentation
15
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
fastarena
Maintenance
19
Quality
15
Community
7
Popularity
2
Documentation
15
Technical Details
| allocandrescu | bump-scope | fastarena | |
|---|---|---|---|
| Version | 0.1.0-alpha.4 | 2.2.0 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 10 | 3 |
| Crate Size | 10KB | 240KB | 43KB |
| Features | 1 | 19 | 1 |
| Yanked % | 0.0% | 1.2% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.80 | 1.85.1 | 1.66 |
| 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.
- •⚠ allocandrescu has not been updated in over a year.
- •allocandrescu, fastarena are pre-1.0 — API may change.