The L3 Plateau That Disappeared2026-07-14vibhatsu#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.Read more →
Polymorphism After Inheritance Stops Working2025-12-18vibhatsu#c++ #design-patterns Using type erasure to achieve polymorphism in C++.Read more →