RFR: 8205592: BigDecimal.doubleValue() is depressingly slow

Joe Darcy darcy at openjdk.org
Wed Apr 26 02:04:53 UTC 2023


On Thu, 7 Jul 2022 15:20:32 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

> A reimplementation of `BigDecimal.[double|float]Value()` to enhance performance, avoiding an intermediate string and its subsequent parsing on the slow path.

Marked as reviewed by darcy (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/9410#pullrequestreview-1401024773


More information about the core-libs-dev mailing list