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

Avoid a few array allocations with DefaultBinder #93115

Merged
merged 5 commits into from
Oct 11, 2023

Commits on Oct 6, 2023

  1. Avoid a few array allocations with DefaultBinder

    In places where we're not handing out a `T[]` and thus actually need a `T[]`, we can instead just get a span from the `ListBuilder<T>` being used.
    stephentoub committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    397a742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c420ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d1dd00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece4f59 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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