Paginated Archives

Page 6 of 9

Novel DS & Algos Roundup #1

Some awesome data structures and algorithms that you normally won't find in textbooks or courseware.

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.

Google File System Summarised (Part 3)

My attempt to understand "Google File System". Part 3/3.

Page 6 of 9