You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just looking at lz4/lz4#157. We probably need to figure something out for 0-length data. If we find an issue, we should talk to upstreams about whether or not they want to allow compressing 0 bytes. For those who don't, we could add an option flag to Squash to indicate that and just return SQUASH_OK with 0-bytes of output for both compression and decompression… it wouldn't really be compatible with other tools, but it's probably better than nothing.
The text was updated successfully, but these errors were encountered:
I was just looking at lz4/lz4#157. We probably need to figure something out for 0-length data. If we find an issue, we should talk to upstreams about whether or not they want to allow compressing 0 bytes. For those who don't, we could add an option flag to Squash to indicate that and just return
SQUASH_OK
with 0-bytes of output for both compression and decompression… it wouldn't really be compatible with other tools, but it's probably better than nothing.The text was updated successfully, but these errors were encountered: