Closed aschult5 closed 4 years ago
The conversions make copies each time ( #9 ).
Performance should be compared before and after any change.
At the very least, it should be done outside of any critical section
They are converted once, outside critical sections. I did not find a method to convert directly from a struct to a json-encoded string.
The conversions make copies each time ( #9 ).
Performance should be compared before and after any change.