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

Remove LINQ allocations for all batched sends #26911

Merged
merged 10 commits into from Feb 14, 2022

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    680fccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b28463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a7101 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    19cd811 View commit details
    Browse the repository at this point in the history
  2. Use concrete type where possible for Diagnostic

    Avoid additional array allocation when receiving
    danielmarbach committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    370e159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b12dbe View commit details
    Browse the repository at this point in the history
  4. Switch back to readonly since that seems the better strategy even tho…

    …ugh it will be slower to enumerate
    danielmarbach committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    19cf8fc View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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