Skip to content

Commit

Permalink
Remove IsFastSort optimizations from String (dotnet/coreclr#26759)
Browse files Browse the repository at this point in the history
* Remove IsFastSort optimizations from String
- Fix bugs in the Span-based globalization fast paths. Note that some of these bug fixes are going to affect performance of the globalization fast paths.
- Use Span-based globalization fast paths for strings
- Avoid static array allocation for HighCharTable

Fixes dotnet#26758

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
  • Loading branch information
jkotas authored and dotnet-bot committed Sep 23, 2019
1 parent 49ba6ef commit 59a8360
Showing 1 changed file with 151 additions and 132 deletions.
Loading

0 comments on commit 59a8360

Please sign in to comment.