5 ms·
I believe it could be faster still. Their Itoa cache is a map[int]string, where it could be a []string. Also, I suspect that a few more primitive type special
by supersillyus 14y ago
I believe it could be faster still. Their Itoa cache is a map[int]string, where it could be a []string.
Also, I suspect that a few more primitive type special cases in the first type switch in EncodeField could go a long way.