An arena for immutable-once-built objects with possibly cyclic references
A lightweight, arena-backed representation of Prolog–like terms
Collection type to store immutable graph structures efficiently
A fast, memory-efficient DAWG (Directed Acyclic Word Graph) for word validation and prefix queries
String interner
Fast and flexible arena allocator.
A typed arena that uses fixed-size chunks to ensure non-amortized O(1) allocations
The arena, a fast but limited type of allocator
B-trees backed by a slab/arena to reduce allocations and increase locality + copyable, immutable B-trees which must be manually dropped
Small, fixed-capacity arena allocators for single-threaded Rust programs.
Persistent graph data structures: Tree, Graph, Arena & more
A simple, safe, no_std arena allocator with bump-pointer allocation and optional Drop support