On Sat, 13 Jul 2024 00:50:18 GMT, Shaojin Wen <d...@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.
>
> Shaojin Wen has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Reduce changes

src/java.base/share/classes/java/lang/CharacterDataLatin1.java.template line 
255:

> 253:     }
> 254: 
> 255:     @Stable

Please add a textual description of the semantics of this array.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20168#discussion_r1687337615

Reply via email to