- C++23’s New Fold Algorithms
- explicit(To Be || !(To Be))
- Consider using constexpr static function variables for performance in C++
- Rambling Comments - Practical Testing: 39 - 19 years' unit testing the same code
- Binary sizes and passing functions to functions
- ReSharper C++ 2023.1: Call Tracking, Macro Expansion Preview, and Support for C++23 Features
- Are your memory-bound benchmarking timings normally distributed?
- A Guide to CUDA Graphs in GROMACS 2023
- Casey Muratori is wrong about clean code (but he's also right)
- C++20 modules in clang
- Tips for handling localized ranges in regular expressions
- [C++20][safety] static_assert is all you need (no leaks, no UB)
- Most C++ constructors should be
explicit
- Multithreaded Memset
- rust-like traits (type erasure) on plain C++
- std::pointer types — a tear down and discussion
- boost v1.82.0 released
- Horrible Code, Clean Performance