stringbank icon indicating copy to clipboard operation
stringbank copied to clipboard

Storing strings without GC overhead

Results 2 stringbank issues
Sort by recently updated
recently updated
newest added

as titled. p.s. : big fan of your work on zero alloc golang stuff question not trying to be funny because u always seem to deliver beyond expectations

bits.Len returns 0 when len == 0. That results in a zero result returned by `spaceForLength` due to integer division (6/7). The writeLength function is then called using 1 byte...