You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand how Appimages work, is that they are compressed archives which have an executable component. Google has created a new compression algorithm called Brotlin, which is open source and compresses even better than gzip. Using that compression algorithm on their play store saved then around 1.5 Petabytes in bandwith, it might also help compression of appimages. While compressing might take a little bit longer than on gzip, decompressing shouldn't take that long, which shrinks the appimage file size. Could this work?
The text was updated successfully, but these errors were encountered:
Yes, this could work, if someone implements Brotli compression for squashfs (or another filesystem image format). Looks like someone already had this idea: https://www.topcoder.com/challenges/30053205/?type=develop but I could not find the code.
As I understand how Appimages work, is that they are compressed archives which have an executable component. Google has created a new compression algorithm called Brotlin, which is open source and compresses even better than gzip. Using that compression algorithm on their play store saved then around 1.5 Petabytes in bandwith, it might also help compression of appimages. While compressing might take a little bit longer than on gzip, decompressing shouldn't take that long, which shrinks the appimage file size. Could this work?
The text was updated successfully, but these errors were encountered: