Back to Basics: C++ Concurrency - Lecture 1
Offered By: CppCon via YouTube
Course Description
Overview
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
Related Courses
Distributed Programming in JavaRice University via Coursera Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera Многопоточность
Moscow Institute of Physics and Technology via Coursera LAFF-On Programming for High Performance
The University of Texas at Austin via edX Android-разработка: основы, многопоточность, архитектура
Moscow Institute of Physics and Technology via Coursera