pub const STATE_MAX: usize = 100_000;
The maximum number of States a Machine can have. Set to 100,000 as a safety measure to prevent resource exhaustion. Likely much higher than MAX_DECOMPRESSED_SIZE allows for as-is.
State
Machine
MAX_DECOMPRESSED_SIZE