On Sat, 29 Jun 2024 16:17:32 GMT, David Schlosnagle wrote:
>> Shaojin Wen has updated the pull request incrementally with four additional
>> commits since the last revision:
>>
>> - Update src/java.base/share/classes/java/lang/StringFormat.java
>>
>>Co-authored-by: David Schlosnagle
>
> We need a String format solution with good performance. String Template was
> once expected, but it has been removed. j.u.Formatter is powerful, but its
> performance is not good enough.
>
> This PR implements a subset of j.u.Formatter capabilities. The performance is
> good enough that it is