Discovered this issue while working on ARM64 intrinsics optimizations for System.Text.Encodings.Web. While the method is public, it is also marked EditorBrowsable.Never. There are however unit tests consuming it.
A lot of the intrinsics optimizations for this project live in FindFirstCharacterToEncodeUtf8 implementations, and as a result we're not seeing performance improvements when benchmarking TextEncoder.EncodeUtf8.
Discovered this issue while working on ARM64 intrinsics optimizations for System.Text.Encodings.Web. While the method is public, it is also marked
EditorBrowsable.Never. There are however unit tests consuming it.A lot of the intrinsics optimizations for this project live in
FindFirstCharacterToEncodeUtf8implementations, and as a result we're not seeing performance improvements when benchmarkingTextEncoder.EncodeUtf8.