Optimize Regex via determining optimal cutoff to combine equalities into range checks #22
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
medium
Determine the cutoff (currently 16) at which equalities convert into range checks.
We have constraint blocks like this:
Order the accesses and make them range checks instead.
The text was updated successfully, but these errors were encountered: