RFR: 8349176: Speed up Integer/Long.toString via StringConcatHelper::newArray [v2]
Chen Liang
liach at openjdk.org
Mon Apr 7 19:27:13 UTC 2025
On Sat, 5 Apr 2025 01:19:39 GMT, Shaojin Wen <swen at openjdk.org> wrote:
>> The byte[] allocated in Integer/Long.toString is fully filled, so we can use StringConcatHelper::newArray to create byte[] to improve performance.
>
> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
>
> use StringConcatHelper.newArray
We might defer reviewing this after we have re-examined DecimalDigits. Please be patient.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23353#issuecomment-2784413241
More information about the core-libs-dev
mailing list