RafaGago / mini-async-log-c

Mini async log C port. Now with C++ wrappers.
BSD 3-Clause "New" or "Revised" License
70 stars 7 forks source link

Question about formatting #7

Closed jay-sridharan closed 1 year ago

jay-sridharan commented 1 year ago

I just had a small question on a design decision: why did you choose to write your own serialization rather than use an existing library like fmtlib, or simply vsnprintf? Was this to support lazy evaluation?

Thank you for all the work on the library - it looks great!

RafaGago commented 1 year ago

Thanks!