Entries by Rainer Grimm

I Proudly present my Book is Ready “Concurrency with Modern C++”

Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++. C++11 and C++14 have the basic building blocks for creating concurrent or parallel programs. With C++17 we got the parallel algorithms of the Standard Template Library (STL). That means, most of the algorithms of the STL can be executed sequential, parallel, […]