RFR: 8341470: BigDecimal.stripTrailingZeros() optimization [v21]
fabioromano1
duke at openjdk.org
Sat Oct 5 08:44:19 UTC 2024
> An optimized algorithm for `BigDecimal.stripTrailingZeros()` that uses repeated squares trick.
fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
Changed caching of powers and removed superfluous condition
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21323/files
- new: https://git.openjdk.org/jdk/pull/21323/files/6351d30e..6e30724d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21323&range=20
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21323&range=19-20
Stats: 23 lines in 1 file changed: 2 ins; 10 del; 11 mod
Patch: https://git.openjdk.org/jdk/pull/21323.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21323/head:pull/21323
PR: https://git.openjdk.org/jdk/pull/21323
More information about the core-libs-dev
mailing list