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

Commits on Sep 28, 2020

  1. Pre-compile the exact regexes

    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.
    silverwind committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a6fde12 View commit details
    Browse the repository at this point in the history