Post #896237
2026-03-03 10:50 UTC
In my latest blog post, "Best performance of a C++ singleton," you'll learn about how to control the performance of a singleton.
https://andreasfertig.com/blog/2026/03/best-performance-of-a-cpp-singleton/
#cplusplus #cpp #cpp17
Replies (1)
-
@PeterSommerlad@mastodon.social 2026-03-03 16:45
@andreasfertig Why? Andreas, please stop teaching the worst design pattern making code using it almost untestable. See Kevlin Henney's Parameterize from Above article(s) @kevlin