On Fri, 12 Jul 2024 23:53:23 GMT, Shaojin Wen <s...@openjdk.org> wrote:
> Currently, about 25% of the time spent by the Integer.parseInt and > Long.parseLong methods is spent on the Character.digit method. > > The Character.digit method is common to all radixes. We can use a digit > method optimized for Latin1 encoding radix 10 to improve the performance of > Integer.parseInt and Long.parseLong methods. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/20168