Module containers

Source
Expand description

A columnar container based on the columnation library.

Macros§

tuple_column_stack
The macro creates the copy_destructured implementation for a custom column stack with a single generic parameter characterizing the type T it stores. It assumes there are two fields on self:

Structs§

ColumnStack
An append-only vector that store records as columns.
CopyRegion
A vacuous region that just copies items.
StableRegion
A region allocator which holds items at stable memory locations.
TimelyStack
An append-only vector that store records as columns.

Traits§

Columnation
A type that can be stored in a columnar region.
Region
A type that can absorb owned data from type T.