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.
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.