MAX_PATTERN_LEN

Constant MAX_PATTERN_LEN 

Source
pub const MAX_PATTERN_LEN: usize = 64;
Expand description

Maximum pattern length for bit-parallel algorithm. Beyond this, we fall back to naive search (and become slower).