I have encountered a situations where using gzip level 9 to compress an image is taking ~40x longer (depending on the image content) than writing the image without compression
@dzenanz I recall you did some performance analysis of various compression algorithms and level. Is this analysis still available on line some place?
Thank you very much for sharing that. It is very useful! I see one case where zlib level 9 takes ~10x longer than level 1, but does not yield even 1% more compression ratio.