Cache Consistency and the C++ Memory Model - Writing Code to
Offered By: code::dive conference via YouTube
Course Description
Overview
Dive into the intricacies of the C++ memory model and cache consistency in this 54-minute conference talk from code::dive 2019. Explore the significance of the memory model, introduced in C++11, and its impact on writing faster, more correct code for both multi-threaded and single-threaded applications. Learn about crucial concepts such as Data-Oriented Design, Cache Oblivious Algorithms, and False Sharing. Benefit from the expertise of Yossi Moalem, a seasoned team leader with over 15 years of professional programming experience, as he shares insights on refactoring legacy code and implementing best practices in C/C++ development.
Syllabus
Cache consistency and the C++ memory model: writing code to (…) - Yossi Moalem - code::dive 2019
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube