Extremely fast lossless compression algorithm and command-line tool
Extremely Fast Compression algorithm
lz4
$ lz4 input.txt input.txt.lz4
$ lz4 -d input.txt.lz4 input.txt
$ lz4 -9 large_file.bin large_file.bin.lz4