Skip to main content

Kirk Pepperdine

Kirk Pepperdine works as an independent consultant offering Java performance-related services. Prior to focusing on Java, Kirk developed and tuned systems written in C/C++, Smalltalk, and a variety of other languages. Kirk has written many articles and spoken at several conferences on the subject of performance tuning. He helped evolve http://www.javaperformancetuning.com as a resource for performance tuning tips and information.

 

Articles

Kirk Pepperdine talks about Java performance tuning in this java.net Community Corner 2009 podcast, recorded at JavaOne.

Weblogs

Today I decided it was past time to reorganize the slides in the performance testing section of the course. I added a number of new diagrams and charts to help...

I mentioned the idea to use Wordle as an execution profiler while presenting the profiling section of my performance tuning course in Paris last December. The idea was seeded by presentation that...

One of the old bits of tuning advice given when Java memory management was not as tall as it it today was to set max heap to min heap. After all, we don't really want the JVM messing around with...

Just wrapped up my last performance tuning course for this year and for...

 In 1996, a group that I was working with devised a...

 Over the last few weeks I've been working Java regular expressions into a couple of applications. After a couple of rounds with trying to sort out regular expression syntax I hacked together...

It’s after JavaONE and as promised, here is the answer to the performance puzzler with a stack trace. But...

I talk about java.lang.ref.* in my performance tuning course because these things (along...