RFR: 8315585: Optimization for decimal to string [v11]

Shaojin Wen duke at openjdk.org
Sun Oct 22 02:53:11 UTC 2023


> I submitted PR #15555 before, and there were too many changes. I split it into multiple PRs with small changes. This one is one of them.
> 
> this PR removed the duplicate code for getChars in BigDecimal#StringBuilderHelper, i also make performance faster.
> Please review and don't hesitate to critique my approach and patch.

Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:

  reduce duplicate code & code format & refactor benchmark case

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16006/files
  - new: https://git.openjdk.org/jdk/pull/16006/files/d5cbd7e9..51b1041c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16006&range=10
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16006&range=09-10

  Stats: 250 lines in 2 files changed: 135 ins; 42 del; 73 mod
  Patch: https://git.openjdk.org/jdk/pull/16006.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16006/head:pull/16006

PR: https://git.openjdk.org/jdk/pull/16006


More information about the core-libs-dev mailing list