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
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