Skip to content
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

Brotlin for compression #14

Open
Serkan-devel opened this issue Mar 13, 2018 · 4 comments
Open

Brotlin for compression #14

Serkan-devel opened this issue Mar 13, 2018 · 4 comments

Comments

@Serkan-devel
Copy link

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?

@probonopd
Copy link
Member

probonopd commented Mar 13, 2018

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.

@Serkan-devel
Copy link
Author

Any updates on this?

@probonopd
Copy link
Member

It is currently not a priority for us. Is it for you?

@Serkan-devel
Copy link
Author

idk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants