CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part I"

CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part I"01:00:23

CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part I" 影片的下載資訊和詳情

作者:

CppCon

發布日期:

2014/10/16

觀看次數:

112.3K

簡介:

Example-driven talk on how to design and write lock-free algorithms and data structures using C++ atomic -- something that can look deceptively simple, but contains very deep topics. (Important note: This is not the same as my "atomic Weapons" talk; that talk was about the "what they are and why" of the C++ memory model and atomics, and did not cover how to actually use atomics to implement highly concurrent algorithms and data structures.)