RFR: 8327791: Optimization for new BigDecimal(String) [v10]

Raffaello Giulietti rgiulietti at openjdk.org
Tue Mar 19 19:54:23 UTC 2024


On Tue, 19 Mar 2024 12:12:30 GMT, Shaojin Wen <duke at openjdk.org> wrote:

>> I think splitting `CharArraySequence` into two versions is somewhat dubious as more observable types at call sites may mean the performance gain in targeted micros is lost. How much of an improvement did you observe from this? Again the `char[]` constructors is probably less performance sensitive than the others.
>
> @cl4es @jddarcy  All feedback has been fixed, can it be integrated?

@wenshao I'll take a look sometime this week.

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

PR Comment: https://git.openjdk.org/jdk/pull/18177#issuecomment-2007999908


More information about the core-libs-dev mailing list