Study note

How Hardware Makes Threads Less of a Nightmare - YouTube

Properties

Type
Videos
Status
待读
Domain
Systems
Category
并发、同步与内存模型
Source
youtube.com
Vault note
library/videos/systems/How-Hardware-Makes-Threads-Less-of-a-Nightmare---YouTube-38fa36f810ee9471.md

Summary

一个解释硬件如何支撑线程/并发的公开视频,主题通常涉及 CPU、cache、memory ordering、atomic、locks 和线程调度相关机制。

Highlights

适合把线程抽象往硬件层下钻,理解为什么数据竞争、伪共享和内存模型会影响正确性与性能。

Comments

Loading comments...