Better Code - Concurrency
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore advanced concurrency techniques in C++ through this comprehensive conference talk. Delve into building a task system using C++14 primitives, focusing on creating software that maximizes efficiency through parallelism. Learn about synchronization primitives, performance optimization, Amdahl's Law, and task stealing. Discover implementation details of a tasking system, including live dispatch, exception marshaling, and handling blocking threads. Examine the intricacies of futures, continuations, and promises, while gaining insights into potential pitfalls and best practices for concurrent programming. Enhance your understanding of modern C++ concurrency to write more efficient and responsive software.
Syllabus
Intro
Goals
Lightroom for Web
Definitions
Synchronization Primitives
Getting them wrong
Fixing bugs
Performance through parallelism
Amdahls Law
Mutex
Tasking System
C Implementation
Task Stealing
Push to Spin
Live Dispatch
CEO
Tasking
Power
Marshaling Exceptions
Blocking Threads
Stops
STD Future
STD Sink
STD Future Wait
Warnings
Fibonacci continuation
Futures vs completion handlers
Joins
abort
shared future
split future
promise
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube