go-smaz icon indicating copy to clipboard operation
go-smaz copied to clipboard

A pure Go implementation of the smaz compression library for short strings.

Results 1 go-smaz issues
Sort by recently updated
recently updated
newest added

Searching doesn't account for the cost of switching between literals and dictionary entries. For example `"1 2 3 4 5 6 7 8 9"` is enlarged by 52% (17 ->...