Speed up latin1 case folding
Claes Redestad
claes.redestad at oracle.com
Mon Feb 20 14:03:27 UTC 2023
RFE filed: https://bugs.openjdk.org/browse/JDK-8302877
/Claes
17 feb. 2023 kl. 18:38 skrev Eirik Bjørsnøs <eirbjo at gmail.com<mailto:eirbjo at gmail.com>>:
Hi,
The following PR suggests we can speed up Character.toUpperCase and Character.toLowerCase for latin1 code points by applying 'the oldest ASCII trick in the book':
https://github.com/openjdk/jdk/pull/12623
Thanks,
Eirik.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20230220/0d32e689/attachment-0001.htm>
More information about the core-libs-dev
mailing list