Snappy is a compression/decompression library that aims for very high speeds and reasonable compression. It is an order of magnitude faster than zlib for most inputs, though the compressed files are 20-100% larger than zlib. Snappy decompresses data in a fragmented fashion to allow parallel decompression without buffering the entire input file.
