RFR: 8341470: BigDecimal.stripTrailingZeros() optimization [v8]
fabioromano1
duke at openjdk.org
Thu Oct 3 14:33:51 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:
Use powers of 5 instead of 10 by removing binary trailing zeros
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21323/files
- new: https://git.openjdk.org/jdk/pull/21323/files/955a623c..9ab98bb9
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21323&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21323&range=06-07
Stats: 10 lines in 1 file changed: 4 ins; 0 del; 6 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