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

Compress jar using pack200 / zopfli #120

Open
hrj opened this issue Jul 19, 2015 · 4 comments
Open

Compress jar using pack200 / zopfli #120

hrj opened this issue Jul 19, 2015 · 4 comments
Milestone

Comments

@hrj
Copy link
Member

hrj commented Jul 19, 2015

This reduces file sizes by a decent amount:

pack200 -r -G -O compressed.jar gngr-0.3.8.jar
@hrj hrj added this to the pre 1.0 milestone Jul 19, 2015
@vn971
Copy link

vn971 commented Oct 11, 2015

Note: this issue could be superseded by #6

@hrj
Copy link
Member Author

hrj commented Oct 12, 2015

Yes, it would be nice if the build process did this automatically.

@hrj
Copy link
Member Author

hrj commented Nov 2, 2015

Another option worth evaluating is the zopfli compressor. According to this thread, it should be possible to use AdvanceComp on jar files.

@hrj
Copy link
Member Author

hrj commented Nov 2, 2015

There's a pure java Zopfli compressor too: CafeUndZopfli

@hrj hrj changed the title Compress jar using pack200 Compress jar using pack200 / zopfli Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants