Module containers

Source
Expand description

Reusable containers.

Modules§

alloc 🔒
provided_builder 🔒
stack
A chunked columnar container based on the columnation library. It stores the local portion in region-allocated data, too, which is different to the TimelyStack type.

Structs§

ProvidedBuilder
A container builder that doesn’t support pushing elements, and is only suitable for pushing whole containers at Timely sessions. See give_container for more information.

Functions§

enable_columnar_lgalloc
Returns true if columnar allocations should come from lgalloc.
set_enable_columnar_lgalloc
Set whether columnar allocations should come from lgalloc. Applies to future allocations.