- Improving on std::count_if()'s auto-vectorization
- Compiling C++ with the Clang API
- Advanced C++ Optimization Techniques for High-Performance Applications — Part 1
- A Lock-Free Stack: A Hazard Pointer Implementation
- C++ modules and forward declarations
- Bjarne Stroustrup on How He Sees C++ Evolving
- Update: Conditional Moves vs. Branches – What Compilers Really Do
- Branch Prediction: The Definitive Guide for High-Performance C++
- The correct way to do type punning in C++
- C++ Performance Checklist for Low-Latency Systems
- Understanding Attention in LLMs