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
_fputc_nolock and _fwrite_nolock of UCRT seem useful here. However, they still create a __crt_cached_ptd_host guard object for each call, and such overhead seems significant for _fputc_nolock. I wonder whether we can furtherly optimize the underlying calls.
WG21-P3107R5 Permit An Efficient Implementation Of
<print>
WG21-P3235R3
std::print
More Types Faster With Less MemoryINCREASED feature-test macro:
These papers were formally accepted as Defect Reports, retroactively amending C++23.
The text was updated successfully, but these errors were encountered: