Posts Tagged Under "c"
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.