Skip to content

Aman Systems

C++

Language Features

  1. Const, constexpr and consteval in C++: Notes
  2. Move semantics in C++: Notes
  3. Casting in C++: Notes

Performance & Optimization

  1. Cache locality & Branch Predictability: Notes
  2. Compiler Optimization Flags: Notes
  3. Compiler Optimization Techniques: Notes
  4. Important Optimizations - Jan Bielak (CppCon 2022): Notes

Systems Programming

  1. Why size of variables matter: Notes
  2. Why stack is so fast: Notes