SObjectizer Tales - Prelude--Marco Arena
A new blog series about SObjectizer and message passing:
SObjectizer Tales - Prelude
by Marco Arena
From the article:
Some time ago, I was looking for alternatives to Microsoft’s Asynchronous Agents Library. I developed a Windows application interfacing with industrial cameras and performing multiple tasks such as visualization and object recognition...

The C++ standard library comes with a few smart pointer types. The simplest one is
People often say constexpr all the things. Andreas Fertig shows where we can use dynamic memory at compile time.
