spring-boot/spring-boot-tools
Phillip Webb e2368b909b Reduce memory consumption of fat/exploded jars
Refactor `spring-boot-loader` to reduce the amount of memory required
to load fat & exploded jars. Jar files now no longer store a full list
of entry data records, but instead use an array of entry name hashes.

Since ClassLoaders often ask each JAR if they contain a particular
entry (and mostly they do not), the hash array provides a quick way to
deal with misses. Only when a hash does exist is data actually loaded
from the underlying file.

In addition to the JarFile changes, the Archive abstraction has also
been updated to reduce memory consumption.

See gh-4882
2016-01-29 21:42:18 -08:00
..
spring-boot-antlib Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00
spring-boot-configuration-metadata Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00
spring-boot-configuration-processor Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00
spring-boot-gradle-plugin Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00
spring-boot-loader Reduce memory consumption of fat/exploded jars 2016-01-29 21:42:18 -08:00
spring-boot-loader-tools Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00
spring-boot-maven-plugin Add failsafe default configuration 2016-01-26 09:59:37 +01:00
pom.xml Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00