snappy

Fast compression/decompression library with command-line tools

brewmacoslinux
Try with needOr install directly
Source

About

Compression/decompression library aiming for high speed

Commands

snappysnappyframed

Examples

Compress a file using snappy format$ snappy -c input.txt > input.txt.snappy
Decompress a snappy-compressed file$ snappy -d input.txt.snappy > input.txt
Compress data from stdin and output to stdout$ cat largefile.txt | snappy -c > largefile.snappy