All Talks

A Multi-threaded, Transaction-Based Locking Strategy for Containers

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/a_transactionbased_multithreaded_locking_strategy_for_containers/a_transactionbased_multithreaded_locking_strategy_for_containers__bob_steagall__cppcon_2020.pdf

With the concurrency tools available in the modern C++ standard library, it is easier than ever to create multi-threaded programs. When we write such applications, there are sometimes cases in which a container simply must be shared among multiple threads. …

You might be interested in: