
Looking for Proofreaders for my new Book: Concurrency with Modern C++
/
0 Comments
I'm looking for proofreaders for my new book. I'll give you a detailed insight into the current and the…
Malicious Race Conditions and Data Races
This post is about malicious race conditions and data races. Malicious race conditions are race conditions…

Race Conditions versus Data Races
Race conditions and data races are related but different concepts. Because they are related, they are…

C++17: Improved Associative Containers and Uniform Container Access
C++11 has eight associative containers. With C++17, you can more comfortably insert new elements into…

C++17: New Parallel Algorithms of the Standard Template Library
The idea is quite simple. The Standard Template (STL) has more than 100 algorithms for searching, counting,…