Performance
-
Core Java
Java Secret: Using an enum to build a State machine
Overview The enum in Java is more powerful than many other languages which can lead to surprising uses. In this…
Read More » -
Core Java
Low GC in Java: Use primitives instead of wrappers
Overview There are two good reason to use primitives instead of wrappers where possible. Clarity. By using a primitive, you…
Read More » -
Enterprise Java
DataNucleus 3.0 vs Hibernate 3.5
DataNucleus Access Platform, as stated at the official product site, is the most standards-compliant Open Source Java persistence product in…
Read More » -
Software Development
Performance Anxiety – on Performance Unpredictability, Its Measurement and Benchmarking
Joshua Bloch had a great talk called Performance Anxiety (30min, via Parleys slides also available ) at Devoxx 2010, the…
Read More »