Fix CodeToVarint []byte size
We were missing a logarithm... CodeToVarint would previously allocate more bytes than necessary (exponentially) for the varint slice. This bug was silent but deserves to be fixed nonetheless.
Showing
Please register or sign in to comment