Is there a big difference in performance between Didi's golang json parsing library json-iterator/go and its own encoding/json?

is there a big difference in performance between Didi"s golang json parsing library json-iterator/go and its own encoding/json?

there is an article here that says, "after Go1.10, the performance of the standard library is not much different from that of the standard library, and the significance of this third-party library is no longer significant." is it true?
article: http://vearne.cc/archives/433

Jan.28,2022

false, there is something wrong with the author's code
he only tested Marshal, Unmarshal
Unmarshal, the gap is still very big

Menu