I have a large file of size 500 mb to compress in a minute with the best possible compression ratio. I have found out these algorithms to be suitable for my use.
- lz4
- lz4_hc
- snappy
- quicklz
- blosc
Can someone give a comparison of speed and compression ratios between these algorithms?