Re: RFR: 8299677: Formatter.format might take a long time to format an integer or floating-point [v5]

2023-01-16 Thread balcanuc
On Thu, 12 Jan 2023 15:31:03 GMT, Raffaello Giulietti 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. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit

Re: RFR: 8299677: Formatter.format might take a long time to format an integer or floating-point [v4]

2023-01-16 Thread balcanuc
On Thu, 12 Jan 2023 11:40:32 GMT, Sergey Tsypanov wrote: >> Raffaello Giulietti has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8299677: Formatter.format might take a long time to format an integer or >> floating-point > > src/java.base