compressionsnappy

Fastest Decompression Algorithm?


I heard Google snappy is a fast de/compression library. What does Snappy library use as their algorithm? Is there some algorithm that is faster in decompressing? The compression rate and encoding is not my interest, but real time decompression is of my interest.


Solution

  • lz4 is faster and in widespread use.