Archive for the ‘Java’ Category

January 14th, 2011 by Jason Walton

I am really psyched about the new G1 Garbage Collector. That link is worth a read if you want to learn about it. This is a really a pretty revolutionary re-think of the way garbage is collected in the JVM, and should bring substantial improvements to applications with large heaps that need low pause times.

February 10th, 2008 by Jason Walton

This is a quick tutorial on how to make it easy to support multiple languages in your Java programs.

Read the rest of this entry »