Struct aho_corasick::Dense
[−]
[src]
pub struct Dense(_);
State transitions that can be stored either sparsely or densely.
This uses less space but at the expense of slower matching.