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

Do not compile regexes on each run #3949

Merged
merged 2 commits into from
Jun 20, 2019
Merged

Commits on Jun 20, 2019

  1. Do not compile regexes on each run

    - Keep a cache of already compiled regexes (they will always be the same)
    - Alphanumeric strings an be simply matched for `==` instead of using RE.
    albertvaka committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    e70bcd4 View commit details
    Browse the repository at this point in the history
  2. Deduplicate loop as per CR

    albertvaka committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    407d786 View commit details
    Browse the repository at this point in the history