All Talks

The Future of C++ Parallel and Concurrency Safety Guidelines

https://cppcon.org/ https://github.com/CppCon/CppCon2020

As we move into a world of multicore, manycore, and heterogeneous cores, we foresee a need for safety guidelines and standards for these domains. Yet most safety guidelines only cover sequential programming.

There has never really been any guidelines for safe parallel/concurrency C++. This is not an oversight. The challenge of creating safety standards and guidelines has been so involved that just focusing on the rules for sequential …

You might be interested in: