Open chenziliang opened 7 years ago
After doing performance benchmark, there is JSON marshaling performance issue in current code base. Need switch to easyjson like alternative.
The following flame graph shows json.Marshal takes too much CPU cycles
After doing performance benchmark, there is JSON marshaling performance issue in current code base. Need switch to easyjson like alternative.