<i18n dev> Withdrawn: 8317980: Optimization for Integer.parseInt and Long.parseLong
duke
duke at openjdk.org
Wed Oct 23 09:50:12 UTC 2024
On Fri, 12 Jul 2024 23:53:23 GMT, Shaojin Wen <swen at 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
More information about the i18n-dev
mailing list