Secrets of the Shenandoah Garbage Collector
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the inner workings of the Shenandoah garbage collector in this 26-minute conference talk from GOTOpia Europe 2020. Delve into the promise of sub-10ms pause times and learn how work-stealing algorithms optimize garbage collection performance. Discover the challenges and unexpected outcomes in implementing work-stealing, understand the impact of worker thread count, and examine the evolution of work-stealing in JDK 11. Investigate the role of biases in garbage collection and consider potential future improvements to further enhance Shenandoah's efficiency.
Syllabus
Intro
Shenandoah GC overview
Goal
How does work-stealing work?
What else do we need?
What we might expect...
...and what we got
What's going wrong/on in a GC?
How many workers should we use?
Work-stealing in JDK 11
Biases...not always bad?
Can we do even better?
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