"Java *is* Memory Efficient" with Ron Pressler [AtA]

"Java *is* Memory Efficient" with Ron Pressler [AtA]

May 28, 2026 · 35 min · Season 3 · Episode 12

About this episode

This episode discusses Java's memory efficiency and its trade-offs with CPU cycles, featuring insights from Ron Pressler.

Java's use of memory, often chided for being excessive, is actually a strength as it trades more memory use for fewer CPU cycles. Java can only make this tradeoff due to its moving garbage collectors, something more memory efficient platforms often cannot. But what's the point in leaving available memory on the table if using it makes your program run faster? Efficient use of that resource wouldn't be to leave it untapped but to use it to speed up the program. In this "Ask the Architect" episode of the Inside Java Podcast, recorded during JavaOne 2026, Nicolai Parlog talks to Ron Pressler, Java Architect at Oracle.

More episodes of Inside Java

Explore listener stats, chart rankings, contacts and more on the Inside Java podcast page.