Module mz_timely_util::containers

source ·
Expand description

Reusable containers.

Modules§

  • An array of fixed length, allocated from lgalloc if possible.
  • 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.