Java
From DGCWiki
[edit]
Useful Links
Performance: http://web.comhem.se/~u13216798/resources/java/performance.html
http://java.sun.com/docs/performance/
http://www.javaperformancetuning.com/
A bit old, but mostly still valid:
Part 1, "Synchronization is not the enemy" (July 2001)
Part 2, "Reducing contention" (September 2001)
Part 3, "Sometimes it's best not to share" (October 2001)
IBM Java Technology Center http://www.ibm.com/developerworks/java/

