Threads Considered Harmful
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore a comprehensive conference talk from ACCU 2021 that challenges conventional multithreaded programming paradigms. Delve into a new approach for constructing multithreaded programs using tasks and dependencies instead of explicit threads and synchronization primitives. Learn how this method can improve usability, composability, correctness, and performance in multithreaded programming. Gain insights into modeling programs and dependencies, eliminating locks, and raising the abstraction level of multithreaded programs. Discover a blend of intuitive theory, comparisons with other models, practical examples, and performance considerations. Presented by Lucian Radu Teodorescu, a Software Architect at Garmin with a PhD in programming languages, this talk offers valuable knowledge for programmers seeking to enhance their multithreading skills and understanding.
Syllabus
Threads Considered Harmful - Lucian Radu Teodorescu [ ACCU 2021 ]
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube