HackerTrans
热门最新趋势评论往期问答秀出招聘

giddy_dev

no profile record

提交

Getting Valgrind to Work on macOS Sonoma (and Beyond)

learnwithtimi.substack.com
2 分·作者 giddy_dev·3个月前·1 评论

Understanding LRU Caches in Go: Part 2

learnwithtimi.substack.com
2 分·作者 giddy_dev·4个月前·0 评论

Understanding LRU Caches

learnwithtimi.substack.com
2 分·作者 giddy_dev·4个月前·1 评论

评论

giddy_dev
·4个月前·讨论
I wrote about a type of cache that is commonly used in production systems today: Least-Recently-Used Cache. Its implementation is a popular technical question interviewers like to ask.

In the post, I talk about how it works using visual analogies and also the data structures that make up an LRU Cache.

In Part 2 of this series, I'll be implementing an LRU Cache in Golang, so if that's something you'll be interested in learning, subscribe to my Substack so you get it in your mail!