Overview of Snappy compression
mainSnappy is a high-speed compression/decompression library designed for very high speeds and reasonable compression ratios rather than maximum compression. It is optimized for performance, often being an order of magnitude faster than the fastest mode of zlib, though resulting files may be 20% to 100% larger.
Key performance characteristics (on a single Core i7 64-bit core):
- Compression: ~250 MB/sec or more
- Decompression: ~500 MB/sec or more.