On Wed, 4 Oct 2023 22:30:42 GMT, Shaojin Wen wrote:
> # Goal
> Improve String Template FMT's processing performance of date types.
> Currently, FMT processes date types by toString and then calls
> j.u.Formatter#print. Because there is less parse processing than
> String.format, the performanc
# Goal
Improve String Template FMT's processing performance of date types. Currently,
FMT processes date types by toString and then calls j.u.Formatter#print.
Because there is less parse processing than String.format, the performance is
improved, but it is still not good enough. There is an inte