Decision Workspace
rodeo vs bump-scope vs nearest
Side-by-side comparison of Rust crates
40
rodeo
growingv0.2.1
Fast dropping arena based on bumpalo
65
bump-scope
stablev2.2.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
51
nearest
experimentalv0.4.5
Self-relative pointer library for region-based allocation
Core Metrics
| rodeo | bump-scope | nearest | |
|---|---|---|---|
| Health Score | 40 | 65 | 51 |
| Total Downloads | 6.0K | 149.2K | 254 |
| 30d Downloads | 22 | 24.2K | 132 |
| Dependents | 3 | 13 | 0 |
| Releases | 4 | 86 | 14 |
| Last Updated | 732d ago | 30d ago | 18d ago |
| Age | 3y 4m | 2y | 1m |
Health Breakdown
rodeo
Maintenance
4
Quality
11
Community
8
Popularity
5
Documentation
12
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
nearest
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| rodeo | bump-scope | nearest | |
|---|---|---|---|
| Version | 0.2.1 | 2.2.0 | 0.4.5 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 3 | 10 | 5 |
| Crate Size | 13KB | 240KB | 70KB |
| Features | 2 | 19 | 4 |
| Yanked % | 50.0% | 1.2% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.73.0 | 1.85.1 | 1.93.0 |
| 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.
- •⚠ rodeo has not been updated in over a year.
- •rodeo, nearest are pre-1.0 — API may change.