Hi everybody! Can you advise me some good compression library. My goal is to compress small chunks of binary data - 8KB pages. Library must have good portability (arm/x86), cause i'm going to use it on various mobile platforms. Good compression ratio is important. Compression speed is not important and can be slow. But decompression speed is very important and must be as fast as possible. I'm looking for free non GPL library, but commercial products are acceptable too. Also library must be well tested and production ready. I've tried LZ4 and snappy, but it can't compress my data enough. LZO (lzo1x_999) is perfect but GPL. Is there some non-GPL analogs? And have somebody tried LZO professional?