forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up Latin1Encoding implementation and vectorize its logic (dotne…
…t#32994) * Clean up Latin1Encoding implementation - Vectorizes Latin1 narrowing / widening code paths - Re-plumbs Latin1Encoding to use refactored Encoding workhorses - Removes unused EncodingNLS type - Removes unused DecoderBestFitFallback type - Uses "? replacement" behavior for all Encoding subclassed types by default, except Latin1Encoding which still uses best-fit - Also includes perf improvements for vectorized ASCII transcoding logic
- Loading branch information
1 parent
6084542
commit 775bbf0
Showing
24 changed files
with
2,791 additions
and
1,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.