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
The current [time.format] implementation calls put_time once for each formatting field - we should investigate improving performance here (perhaps by leveraging internal machinery).
The text was updated successfully, but these errors were encountered:
mnatsuhara
changed the title
@statementreply [observes](https://github.com/microsoft/STL/pull/1870#discussion_r617528729) that the current [time.format] implementation calls put_time once for each formatting field - we should investigate improving performance here (perhaps by leveraging internal machinery).
<chrono>: Reduce put_time calls in [time.format]May 4, 2021
Observed by @statementreply
The current
[time.format]
implementation callsput_time
once for each formatting field - we should investigate improving performance here (perhaps by leveraging internal machinery).Discovered while implementing #12.
The text was updated successfully, but these errors were encountered: