2

Singleton Pattern Explained

 2 years ago
source link: https://vorbrodt.blog/2022/04/19/singleton-pattern-explained/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Brief bookclub talk I gave at work introducing the singleton design pattern in C++.
Chapter 15 from Hands-On Design Patterns with C++ by Fedor G. Pikus.


Like this:

Related

Singleton Pattern

First things first: if you're still reading this blog, thanks! I haven't posted anything since last December; it has been a rough first half of the year: COVID-19, working from home, isolation, you know the deal, but I have not given up on blogging, just finding the time for it…

July 10, 2020

In "Martin"

Blocking queue

Where produce-consumer pattern is present it is often the case that one is faster that the other: a parsing producer reads records faster than a processing consumer; a disk reading producer is faster than network sending consumer.Producer and consumer often communicate by queues: the producer will put items on a…

February 3, 2019

In "Martin"


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK