Modern C++ as Concurrent Assembly
Offered By: CppNow via YouTube
Course Description
Overview
Explore a thought-provoking talk from C++Now 2014 that delves into the concept of modern C++ as a form of concurrent assembly. Gain insights into how C++ has evolved to handle concurrency and parallelism, and discover how its high-level abstractions can be viewed as sophisticated assembly-like instructions for modern multi-core processors. Learn about the latest C++ features and techniques that enable efficient concurrent programming, and understand how they translate to low-level operations. Examine real-world examples and best practices for writing performant, scalable concurrent code in C++. Enhance your understanding of C++'s role in today's multi-threaded computing landscape and its potential for future developments in parallel processing.
Syllabus
Modern C++ as Concurrent Assembly
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