Available on non-crate feature
allocator_api only.Expand description
The Standard Stele implementation
Modules
- Iterate over a Stele by Reference or by Value (for copy types)
- Implementation details for
ReadHandle - Implementation details for
WriteHandle
Structs
- A
Steleis an append-only data structure that allows for zero copying after by having a set of pointers to power-of-two sized blocks ofTsuch that the capacity still doubles each time but there is no need to copy the old data over.