Tag: Observer Pattern
All the articles with the tag "Observer Pattern".
-
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.
-
Smart Pointers in C++23: A Comprehensive Guide
Published:Here, I’ll share my deep dive into std::unique_ptr, std::shared_ptr, and std::weak_ptr in C++23, discussing their design, performance characteristics, thread-safety nuances, and best practices.