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

Light up String.Manipulation APIs with Vector512 codepath #92579

Closed
wants to merge 8 commits into from

Conversation

khushal1996
Copy link
Contributor

@khushal1996 khushal1996 commented Sep 25, 2023

NO NEED FOR REVIEW AT THIS TIME. STILL A WIP

Optimizing the following String APIs

  1. String.Replace(string old, string replacer) --> Optimization done for cases where oldValue.Length ==1 and newValue.Length != 1
  2. String.Split --> Optimizing MakeSeparatorListVectorized
  3. String.Replace(char oldChar, char newChar) --> Optimizing for first iteration

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 25, 2023
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Sep 25, 2023
…n and removing PackedSpanHelper from the call
@khushal1996 khushal1996 closed this Oct 5, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community-contribution Indicates that the PR has been added by a community member needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant