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

Speed up LexicalResolve::expansion() #65480

Merged
merged 2 commits into from
Oct 19, 2019

Commits on Oct 16, 2019

  1. Use a BitSet in LexicalResolver::iterate_until_fixed_point().

    This wins 3% on `unicode_normalization`.
    nnethercote committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    70b136d View commit details
    Browse the repository at this point in the history
  2. Inline and remove iterate_until_fixed_point().

    The commit also removes the debug statement, because they annoyed me.
    This change wins another 1% on `unicode_normalization`, at least partly
    because it no longer needs to increment `iteration`.
    nnethercote committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d51fee0 View commit details
    Browse the repository at this point in the history