Go GC - Solving the Latency Problem
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the new low latency concurrent garbage collection (GC) introduced in Go 1.5 in this GopherCon 2015 talk by Rick Hudson. Dive into the motivations behind addressing long GC pauses, a major obstacle to Go's adoption in managed runtimes. Examine performance metrics, technical challenges, and the rationale behind this approach's compatibility with the Go language. Learn about the mark phase algorithm, garbage benchmarks, and associated costs. Gain insights into how this improvement aims to eliminate long GC pauses, potentially accelerating Go's growth and enhancing its appeal to developers seeking a more efficient programming environment.
Syllabus
Intro
Team
virtuous cycle
eyes
network wait
throughput
What is latency
Go vs Java
Mark Phase
Algorithm
Slide
Garbage Benchmark
Cost
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube