Arjun Handli
profile picture

Arjun Handli

working on databases
currently building custom log structured storage engine.

Github: arjunhm
Linkedin: arjun-hm

Blog
Experience
Projects

Attack Lab

Arjun, 3 months ago

Overview A lab assignment from CMU's 15-213 course. You can find the assignment here Refer to writeup Note: This is the 64-bit successor to…

Defusing Bomb Lab

Arjun, 4 months ago

Overview A lab assignment from CMU's 15-213 course. You can find the assignment here A "binary bomb" is a program provided to students as an…

C Stuff

Arjun, 4 months ago

Overview I'll try to write anything I find regarding pointers. Or C in general. Its a WIP and its for my reference. so things may not be…

Log-Structured Storage Notes

Arjun, 5 months ago

a place to write my thoughts regarding log-structured storage (LSM-Trees) Components MemTable in-memory. append only. all operations go here…

B+ Trees

Arjun, 7 months ago

Properties is the order Each node except root must have entries Entries within each node is sorted entries will have pointers Leaf nodes…

© 2023 Arjun Handli