Snappy
object Snappy
Snappy raw block format (Google): a byte-oriented LZ77 with no entropy stage. decompress reads any conformant stream. compress emits a valid all-literal stream, which is correct and fast. It has no back-reference matching, so it does not shrink the input.