Great article on Java performance

This article on Java memory management by Brian Goetz explains why Java memory management is so efficient. The key is ephemeral or generational garbage collection – a technology that made Lisp a practical and efficient language 20 years ago. I especially liked Brian’s discusion on how there is often a zero cost of deallocation of short lived objects. Cool stuff!

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>