Integrated: 8205592: BigDecimal.doubleValue() is depressingly slow
Raffaello Giulietti
rgiulietti at openjdk.org
Thu Apr 27 17:21:59 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.
This pull request has now been integrated.
Changeset: eb358619
Author: Raffaello Giulietti <rgiulietti at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/eb358619dfc344348d72cfe29d50829ba7ca1aea
Stats: 585 lines in 2 files changed: 545 ins; 8 del; 32 mod
8205592: BigDecimal.doubleValue() is depressingly slow
Reviewed-by: darcy
-------------
PR: https://git.openjdk.org/jdk/pull/9410
More information about the core-libs-dev
mailing list