Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure no overlapping ranges in patterns #501

Merged

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Jun 20, 2024

The overlapping ranges in regular expressions can hurt performance, so we explicitly check that no ranges overlap in the pattern verification functions.

The overlapping ranges in regular expressions can hurt performance, so
we explicitly check that no ranges overlap in the pattern verification
functions.
@mristin mristin merged commit 1a50e13 into main Jun 20, 2024
5 checks passed
@mristin mristin deleted the mristin/Ensure-no-overlapping-ranges-in-pattern-verifications branch June 20, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant