Decision Workspace
scoped-arena vs bump-scope vs blink-alloc
Side-by-side comparison of Rust crates
46
scoped-arena
growingv0.4.1
Arena allocator with optional scopes
65
bump-scope
stablev2.2.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
55
blink-alloc
growingv0.4.0
Fast, concurrent, arena-based allocator with drop support
Core Metrics
| scoped-arena | bump-scope | blink-alloc | |
|---|---|---|---|
| Health Score | 46 | 65 | 55 |
| Total Downloads | 26.0K | 149.2K | 70.8K |
| 30d Downloads | 251 | 25.4K | 8.1K |
| Dependents | 17 | 13 | 72 |
| Releases | 7 | 86 | 12 |
| Last Updated | 1495d ago | 30d ago | 106d ago |
| Age | 4y 7m | 2y | 3y |
Health Breakdown
scoped-arena
Maintenance
4
Quality
16
Community
9
Popularity
5
Documentation
12
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
blink-alloc
Maintenance
13
Quality
13
Community
11
Popularity
6
Documentation
12
Technical Details
| scoped-arena | bump-scope | blink-alloc | |
|---|---|---|---|
| Version | 0.4.1 | 2.2.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 10 | 4 |
| Crate Size | 23KB | 240KB | 40KB |
| Features | 3 | 19 | 5 |
| Yanked % | 0.0% | 1.2% | 16.7% |
| Edition | 2018 | 2024 | 2018 |
| MSRV | — | 1.85.1 | — |
| 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.
- •⚠ scoped-arena has not been updated in over a year.
- •scoped-arena, blink-alloc are pre-1.0 — API may change.