Google Snappy, available at https://google.github.io/snappy/ is a compression library designed for speed rather than compression ratios. It is not a new concept by far. The Linux kernel currently uses LZO as the default fast compressor. Snappy works faster, though achieves less compression. Google's code is written in C with a lot of C++. Some of the more interesting features that rely on C++ appe