AI Adoption - Drive Business Value and Organizational Impact
Learn Backend Development Part-Time, Online
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the fundamentals of concurrent programming in C++ with this conference talk from CppCon 2023. Delve into the world of multicore CPU performance optimization while learning to navigate potential pitfalls such as data races and application failures. Gain a solid foundation in concurrent programming, with a focus on std::thread and an introduction to other concurrency and parallelism methods. Discover how to identify and prevent data races using mutexes, atomic variables, and other standard constructs. By the end of this talk, acquire the skills to write simple, correct concurrent programs and establish a strong base for developing more complex concurrent applications. Presented by David Olsen, lead engineer for the NVIDIA HPC C++ compiler and ISO C++ committee member, this session offers valuable insights for C++ developers looking to harness the power of concurrency in their projects.
Syllabus
Back to Basics: C++ Concurrency - David Olsen - CppCon 2023
Taught by
CppCon