pub const DEFAULT_MEMO: usize = _; // 256usize
Memo table size (bytes) for the default node and text-length capacities.
Computed as (DEFAULT_NODES × DEFAULT_MATCH_TEXT_LEN + 7) / 8.
(DEFAULT_NODES × DEFAULT_MATCH_TEXT_LEN + 7) / 8