- String switch implementation http://java-performance.info/string-switch-implementation/ 14 comments java
- Implementing a world fastest Java int-to-int hash map http://java-performance.info/implementing-world-fastest-java-int-to-int-hash-map/ 8 comments java
- Memory consumption of popular Java data types - part 2 - Java Performance Tuning Guide http://java-performance.info/memory-consumption-of-java-data-types-2/ 30 comments programming
- Memory consumption of popular Java data types - Java Performance Tuning Guide http://java-performance.info/memory-consumption-of-java-data-types-2/ 3 comments java
- Large HashMap overview: JDK, FastUtil, Goldman Sachs, HPPC, Koloboke, Trove - Java Performance Tuning Guide http://java-performance.info/large-hashmap-overview-jdk-fastutil-goldman-sachs-hppc-koloboke-trove 3 comments java
- Core Java 7 Change Log http://java-performance.info/core-java-7-change-log/ 3 comments java
- TIL Oracle changed the internal String representation in Java 7 Update 6 increasing the running time of the substring method from constant to N http://java-performance.info/changes-to-string-java-1-7-0_06/ 358 comments programming
- String.intern in Java 6, 7 and 8 - string pooling http://java-performance.info/string-intern-in-java-6-7-8/ 12 comments programming