2026-06-03 vibhatsu
#cache-analysis
#systems-programming
#c++
#x86-64
#intel
#performance I wanted to see the textbook cache-latency staircase on my own machine. The missing L3 plateau pulled me into TLBs, offsets, PMU counters, huge pages, and physical mappings.
2026-03-06 vibhatsu
#C
#Compilers
#Project-showcase A look into building a tool that minimizes C code while trying to keep the CPU cycle count invariant
2025-12-18 vibhatsu
#c++
#design-patterns Using type erasure to achieve polymorphism in C++.
2025-03-16 vibhatsu
#memory management
#dynamic allocator This is the first blog in the series of dynamic allocators explaining the basic essence of dynamic memory allocation
2025-01-01 vibhatsu
#xv6
#OS An explained solution to xv6 syscall-lab’s final task