Skip to content

Conversation

@khushal1996
Copy link
Member

@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

@ghost ghost added needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners community-contribution Indicates that the PR has been added by a community member labels 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