Concurrency in C++ - A Programmer’s Overview - Part 1 of 2
Offered By: CppNow via YouTube
Course Description
Overview
Explore the evolution of concurrency in C++ from C++11 to C++20 in this comprehensive conference talk. Gain insights into the C++ memory model, thread-safety guarantees, and essential concurrency primitives such as locks, barriers, conditions, and atomics. Learn how to leverage these features for maximum performance through live benchmarks. Discover parallel algorithms, C++20 coroutines, and lock-free programming techniques. Examine what works well, what to approach cautiously, and what to avoid in concurrent C++ programming. Conclude with a preview of potential concurrency features in C++23, equipping you with practical knowledge to enhance your concurrent programming skills in C++.
Syllabus
Concurrency in C++: A Programmer’s Overview (part 1 of 2) - Fedor Pikus - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube