Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove IsFastSort optimizations from String (dotnet/coreclr#26759)
* 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