Module stele::append

source ·
Available on non-crate feature allocator_api only.
Expand description

The Standard Stele implementation

Modules

Structs

  • A Stele is an append-only data structure that allows for zero copying after by having a set of pointers to power-of-two sized blocks of T such that the capacity still doubles each time but there is no need to copy the old data over.