Talk: What is low latency C++?
Talk: What is Low Latency C++? - Timur Doumler - CppNow 2023
Talk: What is Low Latency C++? - Timur Doumler - CppNow 2023
Talk: The Basics of Profiling - Mathieu Ropert - CppCon 2021
C++ code can contain attributes (e.g. [[deprecated]]). These serve different purposes, ranging from silencing compiler warnings to changing optimization stra...
CRTP is infamous for its complexity. You can use C++20 concepts to reimplement the feature.
Talk: CppCon 2014: Walter E. Brown “Modern Template Metaprogramming: A Compendium