Open alexandear opened 1 week ago
The function appendArgsKeyBytes is always called with the first parameter nil, so we can remove it.
appendArgsKeyBytes
nil
Nice find. I wonder if instead we should replace some of these nil with h.bufK so they don't allocate memory. Could you maybe have a look at that?
h.bufK
The function
appendArgsKeyBytes
is always called with the first parameternil
, so we can remove it.