[go: up one dir, main page]

Type Definition aho_corasick::StateIdx

source ·
pub type StateIdx = u32;
Expand description

The integer type used for the state index.

Limiting this to 32 bit integers can have a big impact on memory usage when using the Sparse transition representation.