Java Performance blog: Eclipse Memory Analyzer, 10 useful tips/articles
Rasmus said... Very good post. Is there any other data type than String that you recommend using for a big HashMap? Currently I'm using a HashMap, but it still uses a lot of heap. The Boolean is not used, only the String to find if another String exists i...