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 Span.Reverse fast path performance #70944

Merged
merged 11 commits into from
Nov 18, 2022
Merged

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    7a678a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge branch 'main' into reverse_span

    # Conflicts:
    #	src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs
    #	src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Char.cs
    #	src/libraries/System.Private.CoreLib/src/System/SpanHelpers.cs
    yesmey committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0b7954d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Merge branch 'main' into reverse_span

    # Conflicts:
    #	src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs
    #	src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Char.cs
    #	src/libraries/System.Private.CoreLib/src/System/SpanHelpers.cs
    yesmey committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    cc4d784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6faf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2071c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Revert tuple swap

    yesmey committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    f54b51a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    2b16052 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Allow first two vectors to overlap in byte/char. Update contract for …

    …Reverse to length > 1
    yesmey committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    58067bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901c4dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda790a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    4fafb0e View commit details
    Browse the repository at this point in the history