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

Pre-compile the exact regexes #28

Merged
merged 1 commit into from Sep 28, 2020

Conversation

silverwind
Copy link
Contributor

Non-global regexes are stateless and can be pre-compiled for a performance boost.

I added that comment because the fact that global regexes are stateful objects was new to me and it might not be obvious to a reader otherwise.

Non-global regexes are stateless and can be pre-compiled for a performance boost.

I added that comment because the fact that global regexes are stateful
objects was new to me and it might not be obvious to a reader otherwise.
@sindresorhus sindresorhus merged commit e39e964 into sindresorhus:master Sep 28, 2020
@silverwind silverwind deleted the precompile branch September 29, 2020 05:23
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.

None yet

2 participants