You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
In addition of the support of old java version, java.time API introduced DateTimeFormatter that is far superior compared to the SimpleDateFormatter used in JsonLayoutBase.
For instance, DateTimeFormatter is thread safe thus could be initiated at startup and reused.
This would enable some performance gains as this flame graph shows:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In addition of the support of old java version,
java.time
API introduced DateTimeFormatter that is far superior compared to the SimpleDateFormatter used inJsonLayoutBase
.For instance, DateTimeFormatter is thread safe thus could be initiated at startup and reused.
This would enable some performance gains as this flame graph shows:
The text was updated successfully, but these errors were encountered: