Create on behalf of shaojin.wensj@alibaba-inc.com
-----
In many scenarios, DateTimeFormatter::format is a slower operation.
For example, the following business scenarios
The json library gson/jackson/fastjson2 formats Instant/LocalDate/LocalTime/LocalDateTime/ZonedDateTim into strings.
In data integration scenarios, for projects like datax/canal, if the input type is Date/Instant and the output type is String, formatting is required.
-----
In many scenarios, DateTimeFormatter::format is a slower operation.
For example, the following business scenarios
The json library gson/jackson/fastjson2 formats Instant/LocalDate/LocalTime/LocalDateTime/ZonedDateTim into strings.
In data integration scenarios, for projects like datax/canal, if the input type is Date/Instant and the output type is String, formatting is required.
- links to
-
Review openjdk/jdk/15722