Skip to main content

estimated_bt_strategy_extra_bytes

Function estimated_bt_strategy_extra_bytes 

Source
pub fn estimated_bt_strategy_extra_bytes(
    strategy_ordinal: u32,
    window_log: u32,
) -> usize
Expand description

Extra steady-state workspace the binary-tree strategies (ordinals 6..=9, btlazy2..btultra2) retain beyond the hash/chain tables: the boxed matcher plus its scratch arenas, and the HC3 short-match side table for btultra/btultra2 (capped by the window log). 0 for non-BT ordinals.