Memory Efficient Java
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore memory efficiency in Java applications through this 21-minute conference talk from GOTO Chicago 2020. Dive into the often-overlooked issue of memory inefficiency, which affects 60% of applications and can manifest as lower throughput and increased latency. Learn to identify telltale signs of memory problems and discover practical steps to address them. Follow along with live demos, real-world war stories, and insights into allocation sites and their impact on performance. Gain valuable knowledge about optimizing Java applications for better memory utilization and overall performance from Kirk Pepperdine, a renowned JVM expert.
Syllabus
Intro
Demo
What is your performance trouble spot?
Where do these problems show up?
Demo continued
War stories
What about Mastermind?
Allocation sites
Demo continued
Allocations
Demo continued
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube