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 built in methods #45426

Merged
merged 3 commits into from
Dec 5, 2022
Merged

Use built in methods #45426

merged 3 commits into from
Dec 5, 2022

Conversation

adamsitnik
Copy link
Member

While searching for potential usages for new ASCII APIs (dotnet/runtime#28230) I've found few places where we could use existing built-in methods.

IndexOfAnyExceptInRange is vectorized and should provide perf improvements for larger inputs. It requires .NET 8, I am hoping that this repo is already targeting it. If not, I am going to close the PR and re-open it when it does.

@adamsitnik adamsitnik merged commit 7f42b48 into dotnet:main Dec 5, 2022
@adamsitnik adamsitnik deleted the useBuiltInMethods branch December 5, 2022 12:27
@ghost ghost added this to the 8.0-preview1 milestone Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants