Posted May 12, 2018
I haven't looked into it myself, but I read some people noticed installers at one point which were using zlib compressed files within the installer, which was still being compressed with lzma2 as far as inno setup was concerned (can't remember the thread right now).
Is it "official" that they've switched only to zlib based compression on the new installers that are showing up these days?
Edit: Nevermind, found your original reply on this matter :).
To share my views on it, yes zlib is faster, but I think lzma is as fast today as zlib/deflate was back when everyone appreciated its speed. We have a lot more processing power under the hood these days, and since lzma2 now is multi-threading capable on decompression as well, I think the better compression ratio it provides would be an offer hard to refuse. Think of all the people with limited bandwidth that would benefit immensely from this - I don't think they'd mind an extra 30 seconds of installation time if they save up 10-20 minutes of download time.
Is it "official" that they've switched only to zlib based compression on the new installers that are showing up these days?
Edit: Nevermind, found your original reply on this matter :).
To share my views on it, yes zlib is faster, but I think lzma is as fast today as zlib/deflate was back when everyone appreciated its speed. We have a lot more processing power under the hood these days, and since lzma2 now is multi-threading capable on decompression as well, I think the better compression ratio it provides would be an offer hard to refuse. Think of all the people with limited bandwidth that would benefit immensely from this - I don't think they'd mind an extra 30 seconds of installation time if they save up 10-20 minutes of download time.
Post edited May 12, 2018 by WinterSnowfall