const PATTERN_LIMIT: usize = 128;
This is a limit placed on the total number of patterns we’re willing to try and match at once. As more sophisticated algorithms are added, this number may be increased.