Posts
All the articles I've posted.
-
The Easy Guide to g++ Command Line Arguments for C++23
Published:Building Your Canonical Debug and Release Configurations
-
Mastering C++ reserve(): The Performance Game-Changer You're Probably Not Using Enough
Published:After nearly four decades of writing performance-critical C++ code, I've seen countless developers overlook one of the most impactful optimizations hiding in plain sight: the humble reserve() method.
-
C++ Prime Number Generator
Published:Classic and modern prime number generators for C++.
-
Modern C++23 Design Patterns for High-Performance Code
Published:In high-performance C++, design patterns are not just academic exercises – they’re essential tools.