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
recently, I use stram IO to reduct memory usage, but memory usage is higher then sonic.Marshal, I bench it.
I encode map[string]interface{} to json and write it to file,
recently, I use stram IO to reduct memory usage, but memory usage is higher then sonic.Marshal, I bench it.
I encode map[string]interface{} to json and write it to file,
profile memory
stream IO
sonic.Marshal
Interestingly, stream IO use more memory then sonic.Marshal.
I debugger that code, I discover the issue.
line 71 out is set out[n:], data of out is unaccess, line 81 freeBytes is useless.
The text was updated successfully, but these errors were encountered: