Tag: C++23
All the articles with the tag "C++23".
-
Bit-twiddling vs. Logic in Modern C++
Published:Why `if (a & b)` is not a free lunch.
-
Effective Modern C++: Writing Clean, Bug-Free, and High-Performance Code
Published:Today, I want to share my insights on how to leverage modern C++ features to write code that's not only fast but also clean and reliable.
-
Modern Idioms with the C++23 Standard Algorithms Library
Published:Mastering algorithm idioms consistently delivers some of the biggest productivity and performance gains.
-
Mastering C++ Range-Based For Loops: Performance Patterns You Need to Know
Published:Range-based for loops, introduced in C++11, are one of my favorite features for writing cleaner, more maintainable code.