Skip to main content

DEFAULT_MEMO

Constant DEFAULT_MEMO 

Source
pub const DEFAULT_MEMO: usize = _; // 256usize
Expand description

Memo table size (bytes) for the default node and text-length capacities.

Computed as (DEFAULT_NODES × DEFAULT_MATCH_TEXT_LEN + 7) / 8.