Constant aho_corasick::packed::api::PATTERN_LIMIT
source · const PATTERN_LIMIT: usize = 128;
Expand description
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.