On Wed, 11 Jan 2023 10:47:03 GMT, Raffaello Giulietti <[email protected]> wrote:
> This change transforms a O(n^2) path to O(n) when prepending zero padding to > decimal outputs, where n is the length of the padding. Since specific tests for padding seem lacking, I'll add some as part of this PR. Please expect another commit before marking as reviewed. ------------- PR: https://git.openjdk.org/jdk/pull/11939
