Episode 14. Optimizing for Performance - The tools
Java Pub House - A podcast by Freddy Guime & Bob Paulin
 
   Categorie:
In the second part of optimization, we talk about the tools (or more properly algorithms) that you can use to optimize a piece of code. Ever wonder how to make a piece of code faster? or difference between caching and Divide-and-Conquer? then tune in! You'll become the McGyver of code optimization.
Fork/Join Java 7 (http://docs.oracle.com/javase/tutorial/essential/concurrency/forkjoin.html) 
Guava  (http://code.google.com/p/guava-libraries/) 
Charlie Hunt's book (http://www.amazon.com/Java-Performance-Charlie-Hunt/dp/0137142528) 
OpenCL for Java  (http://www.jocl.org/) 
Aparapi(http://developer.amd.com/zones/java/aparapi/Pages/default.aspx)
Questions, feedback or comments! [email protected]
Subscribe to our podcast! (http://javapubhouse.libsyn.com/rss) 
ITunes link (http://itunes.apple.com/us/podcast/java-pub-house/id467641329) 
Java 7 Recipes book! (http://www.amazon.com/Java-7-Recipes-Problem-Solution-Approach/dp/1430240563)
