A fast bump allocation arena for Rust that provides efficient memory allocation for short-lived objects.
# Cargo.toml
[dependencies]
bumpalo = "3.20.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Allocates integers and strings in a bump arena without individual deallocation.
Use Bump for short-lived or phase-based allocations; consider reset() to reuse memory.
No dependency data recorded yet.