Skip to main content

MAX_QUANTIFIER_BOUND

Constant MAX_QUANTIFIER_BOUND 

Source
const MAX_QUANTIFIER_BOUND: u32 = 1000;
Expand description

Decode-side re-statement of the binder’s MAX_QUANTIFIER_BOUND: a range bound is a state multiplier for the compiled NFA (a{4_000_000_000} would try to build billions of states).