Is there any reason to *not* compress a JAR?
Netbeans开发者_如何学Go has an option to compress JARs after building them. Is there any reason to not do this? Does it make the JVM start slower maybe? Why aren't JARs compressed automatically by all compilers without giving you the option?
It may possibly make the JVM start an infinitesimally amount of time slower than usual.
精彩评论