Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Replace custom AnsiToLower with more efficient ToLowerAsciiInvariant #21121

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

stephentoub
Copy link
Member

Avoids all of the StringBuilder-related costs, and reuses rather than duplicates code for the exact same operation.

cc: @jkotas, @tarekgh

Avoids all of the StringBuilder-related costs.
@stephentoub
Copy link
Member Author

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test please

@stephentoub stephentoub merged commit e5ff280 into dotnet:master Nov 20, 2018
@stephentoub stephentoub deleted the ansitolower branch November 20, 2018 19:58
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants