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

Optimizations for Ascii.Equals and Ascii.EqualsIgnoreCase #85926

Merged
merged 6 commits into from
May 11, 2023

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    d67ae7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a55a1 View commit details
    Browse the repository at this point in the history
  3. Deduplicate Ascii.Equals

    gfoidl committed May 8, 2023
    Configuration menu
    Copy the full SHA
    6567cba View commit details
    Browse the repository at this point in the history
  4. Vectorized EqualsIgnoreCase

    gfoidl committed May 8, 2023
    Configuration menu
    Copy the full SHA
    2b57b9d View commit details
    Browse the repository at this point in the history
  5. AllCharsInVectorAreAscii with non AVX-version so that the Debug.Asser…

    …t(Avx.IsSupported) can be removed
    
    This caused a build-failure that should get fixed by this change.
    gfoidl committed May 8, 2023
    Configuration menu
    Copy the full SHA
    3d88f44 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. PR feedback

    gfoidl committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1b3a770 View commit details
    Browse the repository at this point in the history