3


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.
Thank you so much in advance!

John Doyle
  • 898
  • 2
  • 9
  • 22

1 Answers1

8

lz4 is faster and in widespread use.

Kijewski
  • 25,517
  • 12
  • 101
  • 143
Mark Adler
  • 101,978
  • 13
  • 118
  • 158