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
Learn to Program: Crafting Quality CodeUniversity of Toronto via Coursera Introduction to Agile Software Development: Tools & Techniques
University of California, Berkeley via edX Software Architecture & Design
Georgia Institute of Technology via Udacity Software Design for Non-Designers
mooc.house via Independent Técnicas Avançadas para Projeto de Software
Instituto Tecnológico de Aeronáutica via Coursera