Building a Highly Concurrent Cache in Go - A Hitchhiker's Guide
Offered By: Gopher Academy via YouTube
Course Description
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
Related Courses
Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld SystemsVanderbilt University via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Operating Systems
Georgia Institute of Technology via Udacity Programming Mobile Services for Android Handheld Systems: Content
Vanderbilt University via Coursera Advanced Software Construction in Java
Massachusetts Institute of Technology via edX