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
I would like to replace snprintf calls in my app with your lib. For performance reasons I do not want to use fmt::sprintf and then copy created string to its destination. Better approach would be to wrap memory buffer with BasicArrayWriter and write there. However at this moment fmt lib does not provide appropriate API for this. Please add it.
The text was updated successfully, but these errors were encountered:
I would like to replace
snprintf
calls in my app with your lib. For performance reasons I do not want to usefmt::sprintf
and then copy created string to its destination. Better approach would be to wrap memory buffer withBasicArrayWriter
and write there. However at this moment fmt lib does not provide appropriate API for this. Please add it.The text was updated successfully, but these errors were encountered: