String Deduplication in Java 8 Update 20
Basically the equivalent of the JVM automatically interning Strings for you. The already awesome JVM continues to get better. That said this only works with the G1 GC, which is not the best or most used gc.
Published
String Deduplication in Java 8 Update 20
Basically the equivalent of the JVM automatically interning Strings for you. The already awesome JVM continues to get better. That said this only works with the G1 GC, which is not the best or most used gc.