Posts Tagged Under "code-reading"
Page 1 of 1
Redis Source Code - DS and Algos - adlist
Source code walk of the Doubly Linked List implementation of Redis. It's quite easy and I honestly learnt a bit.
Deep Dive into the Source Code of Redis
Reading and annotating the code that powers Redis. I try highlighting nuggets, reason as to why certain things are done that way etc. It's very popular for having a clean and well designed code base apart from being very performant.
Quick Hacks 1
Few interesting and novel ways to solve problems that you'd normally not encounter. They mostly won't be used in production systems but I feel they are good for opening your mind.