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

perf: Only search potentially changed constraints in lexical_region_resolve #68001

Merged
merged 2 commits into from
Jan 18, 2020

Commits on Jan 17, 2020

  1. perf: Filter out and process fixed constraints first in region expansion

    Should reduce the number of elements as well as branches in the
    extremely hot loop and process_constraint in benchmarks such as
    unicode_normalization
    Marwes authored and Markus Westerlind committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    343eee6 View commit details
    Browse the repository at this point in the history
  2. perf: Only search the potentially changed constraints in lexical_regi…

    …on_resolve
    Marwes authored and Markus Westerlind committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    917eb18 View commit details
    Browse the repository at this point in the history