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§
- Provided
Builder - 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.