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

Use ReadOnlySpan<T> #298

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Use ReadOnlySpan<T> #298

merged 1 commit into from
Oct 3, 2023

Conversation

martincostello
Copy link
Owner

  • Use ReadOnlySpan<T> for arrays so they get more efficient access.
  • Remove calls to Except() that allocate an array.

- Use `ReadOnlySpan<T>` for arrays so they get more efficient access.
- Remove calls to `Except()` that allocate an array.
@martincostello martincostello added enhancement .NET Pull requests that update .net code labels Oct 3, 2023
@martincostello martincostello enabled auto-merge (rebase) October 3, 2023 17:15
@martincostello martincostello merged commit 414d97d into main Oct 3, 2023
5 checks passed
@martincostello martincostello deleted the tweaks branch October 3, 2023 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant