Struct aho_corasick::Sparse
[−]
[src]
pub struct Sparse(_);
State transitions that are always sparse.
This can use enormous amounts of memory when there are many patterns, but matching is very fast.