Tuesday, October 18, 2005

Object pooling is now a serious performance loss


Posted by: Frank Charles on October 17, 2005 @ 03:29 PM

Brian Goetz continues to lift the lid and peak into the inner workings of Java in Java Urban Performance Legends . In this article he exposes the fallacy behind some of the more common performance myths found in the annals of the JVM.

The article takes a deep look at memory management has improved over the years and how this improvement has invalidated many of the techniques that developers generally believe help performance. The article winds up an explanation of escape analysis and how this technology will further improve the JVMs ability to manage memory.

Is the JVM technology fast enough for you or does you JVM cause you performance grief?


http://www.theserverside.com/news/thread.tss?thread_id=37146

No comments: