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!