On Thu, 21 Sep 2023 12:51:56 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> 
wrote:

> By correctly sizing an intermediate `byte[]` and making use of the internal 
> `newStringNoRepl()` method, one allocation per conversion can be avoided when 
> the runtime uses compact strings.

I bet that `decNumberOfTrailingZeros` call will increase serialization time for 
values with short mantissa (like 1.23e-4) due to a dozen of dependent 
multiplication operations.

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

PR Comment: https://git.openjdk.org/jdk/pull/15861#issuecomment-1729520371

Reply via email to