RFR: 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86 [v2]

Claes Redestad redestad at openjdk.java.net
Mon Sep 27 12:03:08 UTC 2021


On Mon, 27 Sep 2021 06:36:50 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Should we remove the "iso" part from the method/class names?

I'm open to suggestions, but I've not been able to think of anything better. `encodeISOOrASCII` doesn't seem helpful and since ASCII is a subset of the ISO-8859-1 encoding referred to by the "iso" moniker then the ASCII-only variant is technically encoding chars to valid ISO-8859-1.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5621


More information about the core-libs-dev mailing list