blog.codecentric.de/en/2014/08/string-deduplication-new-feature-java-8-update...

Strings consume a lot of memory in any application. Especially the char containing the individual UTF-16 characters is contributing to most of the memory consumption of a JVM by each character eating up two bytes. It is not uncommon to … Continue reading →


Comments (0)

Sign in to post comments.