Struct aho_corasick::Sparse [−][src]
pub struct Sparse(_);
Expand description
State transitions that are always sparse.
This can use enormous amounts of memory when there are many patterns, but matching is very fast.
Trait Implementations
The memory use in bytes (on the heap) of this set of transitions.
Iterates over each state
Iterates over each non-fail state
Auto Trait Implementations
impl RefUnwindSafe for Sparse
impl UnwindSafe for Sparse
Blanket Implementations
Mutably borrows from an owned value. Read more