HackerTrans
TopNewTrendsCommentsPastAskShowJobs

luzifer42

no profile record

comments

luzifer42
·2개월 전·discuss
I made once a maven plugin which reprocesses jar files. It allows to remove extra content such as comments and directories. In addition, it handles nested zip files to increase their compress-ability. And all the features can be toggled individually.

https://luccappellaro.github.io/2015/03/01/ZopfliMaven.html
luzifer42
·8개월 전·discuss
There is a maintained fork of this called jd-gui-duo which includes more features and more decompilers (JADX, Vineflower, Fernflower, CFR, Procyon, ...)

https://github.com/nbauma109/jd-gui-duo
luzifer42
·작년·discuss
I created once a maven plugin to recompress Java artefacts with zopfli. I rewrote it in Java and runs entirely in the JVM. This means, the speed is worse and may contain bugs:

https://luccappellaro.github.io/2015/03/01/ZopfliMaven.html