Java ArrayList and HashMap Performance Improvement in JDK 1.7| Empty List and Map will Cost Less Mem
That's all about this optimization of empty ArrayList and HashMap in JDK 7, no doubts this is going to save a lot of memory and also reduce garbage collection. Take away from this post is to pay attention on any core library change made on minor Java upda
javarevisited.blogspot.com |