Safety - Off - How Not to Shoot Yourself in the Foot with C++ Atomics
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the intricacies of using atomics safely in C++ multithreaded programming through this comprehensive conference talk. Delve into the challenges and pitfalls of optimizing inter-thread synchronization and shared state access with atomics. Learn valuable tools and techniques to avoid subtle bugs and create robust code. Gain insights into scalability and lock-freedom concepts. Discover how to effectively implement atomics without compromising safety or introducing hidden errors in your multithreaded applications.
Syllabus
Safety: off --- How not to shoot yourself in the foot with C++ atomics - Anthony Williams
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