High-Performance C++20 & Assembly Analysis
Deep dive into modern C++ with focus on STL internals, cache efficiency, performance optimization, and assembly-level understanding.
C++ basics, compilation, memory model
Value categories, references, move semantics
Generic programming, SFINAE, concepts
Vector, map, unordered_map internals
Algorithm analysis, assembly output, optimization
Virtual functions, cache lines, rooftop performance