Re: RFR: 8337168: Optimize LocalDateTime.toString [v3]

2024-07-25 Thread Chen Liang
On Thu, 25 Jul 2024 22:51:09 GMT, Shaojin Wen wrote: >> The current LocalDateTime.toString implementation concatenates the toString >> results of date and time, which can be passed to StringBuilder to reduce >> additional object allocation and improve performance. > > Shaojin Wen has updated th

Re: RFR: 8337168: Optimize LocalDateTime.toString [v3]

2024-07-25 Thread Shaojin Wen
> The current LocalDateTime.toString implementation concatenates the toString > results of date and time, which can be passed to StringBuilder to reduce > additional object allocation and improve performance. Shaojin Wen has updated the pull request incrementally with one additional commit sinc