Parallelizing the Standard Template Library
Offered By: CppNow via YouTube
Course Description
Overview
Explore the implementation and performance of parallel Standard Template Library algorithms in this 44-minute CppNow conference talk. Dive into the STE||AR group's experience developing parallel STL within HPX, examining execution times and scaling. Gain insights into the benefits and potential limitations of incorporating parallelism into the C++ Standard Template Library. Learn how C++ is evolving to embrace parallel computing paradigms, addressing the shift away from frequency scaling in computer architecture. Compare C++'s approach to emerging languages like GO and Swift that actively promote parallel programming. Understand the growing importance of parallelism in modern software development beyond traditional high-performance computing applications.
Syllabus
Grant Mercer: Parallelizing the Standard Template Library
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