Thread-Safe and Thread-Neutral Bags
Offered By: CppNow via YouTube
Course Description
Overview
Explore the implementation of thread-safe and thread-neutral bags in C++ through this conference talk from C++Now 2013. Dive into the complexities of creating a fundamental container for threaded systems, focusing on the key 'get' operation. Examine how factors like thread count, work nature, processor types, and producer/consumer relationships impact bag implementation. Learn about two main abstractions - the drawer and the cupboard - designed to meet diverse application needs. Discover how C++11 multi-threading features are utilized to ensure thread safety and neutrality, with implementations validated through synthetic benchmarks and real-world applications.
Syllabus
Thread-safe and Thread-neutral Bags - Richard Saunders [ C++Now 2013 ]
Taught by
CppNow
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera