Skip to main content

SHIP_WORDS

Constant SHIP_WORDS 

Source
const SHIP_WORDS: usize = _; // 262_144usize
Expand description

Words per 2 MiB. length_in_words returns serialized size in u64 units, so this is the page count we round up to. Picked to match builder::ColumnBuilder’s output granularity so chunks shipped from the merger and chunks shipped from the builder are sized comparably.