HackerTrans
TopNewTrendsCommentsPastAskShowJobs

giddy_dev

no profile record

Submissions

Getting Valgrind to Work on macOS Sonoma (and Beyond)

learnwithtimi.substack.com
2 points·by giddy_dev·vor 3 Monaten·1 comments

Understanding LRU Caches in Go: Part 2

learnwithtimi.substack.com
2 points·by giddy_dev·vor 4 Monaten·0 comments

Understanding LRU Caches

learnwithtimi.substack.com
2 points·by giddy_dev·vor 4 Monaten·1 comments

comments

giddy_dev
·vor 4 Monaten·discuss
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!