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

Improve performance of hashRegExp lookup #16759

Merged

Commits on Feb 24, 2023

  1. Improve performance of hashRegExp lookup

    For applications with a very large number of assets, the cost of
    invoking a single regular expression with many many values in a group
    becomes very high.
    
    By changing to a list of regular expressions (with helper methods for
    maintaining the original design) we can get a large performance
    improvement.
    ryanwilsonperkin committed Feb 24, 2023
    Copy the full SHA
    cfdb1df View commit details
    Browse the repository at this point in the history