Concurrency in C++ - A Programmer’s Overview - Part 2 of 2
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced concurrency concepts in C++ through this comprehensive conference talk from CppNow 2022. Delve into the evolution of C++ concurrency features from C++11 to C++20, focusing on performance optimization and practical implementation. Gain insights into the C++ memory model, thread-safety guarantees, and essential concurrency primitives such as locks, barriers, conditions, and atomics. Examine parallel algorithms with live benchmarks, discover the potential of C++20 coroutines, and get a glimpse of upcoming concurrency features in C++23. Learn from Fedor Pikus, a Technical Fellow with extensive industry experience, as he provides a programmer's perspective on effectively utilizing C++ concurrency for maximum performance in your projects.
Syllabus
Concurrency in C++: A Programmer’s Overview (part 2 of 2) - Fedor Pikus - CppNow 2022
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera