Overview
Explore the process of designing, implementing, and optimizing a highly concurrent cache in Go through this conference talk from GopherCon 2023. Discover why the Go standard library doesn't provide a concurrent cache and learn how to build custom data structures tailored to specific needs. Delve into advanced concurrency patterns that go beyond sync.Mutex, and gain insights on combining LRU (Least Recently Used) and LFU (Least Frequently Used) eviction policies. Enhance your understanding of Go's philosophy and improve your skills in creating efficient, concurrent data structures for your Go projects.
Syllabus
GopherCon 2023: Konrad Reiche - Building a Highly Concurrent Cache in Go: A Hitchhiker's Guide
Taught by
Gopher Academy