-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default to a sensible zstd compression level #42
Comments
Define "sensible". |
A reasonably good tradeoff between
Did I miss something? |
I think this issue can be closed, it ended up being the issue of the default block size, even back then I noticed that there was something other than the compression level at play. Now librewolf takes:
The difference between zstd 1 and 20 is 0.2 seconds, in other words it really isn't a big deal that zstd 15 is the default being used. And native non appimage librewolf takes 0.9 seconds to start, so the overhead of the appimage is less than 1 second for my old broadwell cpu. |
so how are you making your appimages now? Or has the default blocksize been changed in appimagetol? |
It was changed here. |
Default to a sensible zstd compression level to improve application startup times. Data:
AppImage/AppImageKit#478 (comment)
The text was updated successfully, but these errors were encountered: