Module append_alloc

Module append_alloc 

Source
Available on crate feature allocator_api only.
Expand description

The Allocator API compatible Stele implementation

Modules§

iter
Iterate over a Stele by Reference or by Value (for copy types)
reader
Implementation details for ReadHandle
writer
Implementation details for WriteHandle

Structs§

Stele
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.