Understanding the Processor (Atomics & Locks Chapter 7)

preview_player
Показать описание
This session, we walk through Chapter 7: Understanding the Processor. The chapter builds on everything we have covered so far, and dives a little deeper in the processor, which underpins the atomic primitives we use. To get the most out of these sessions, reading the chapter before hand is recommended, but not required.

Useful Links:

Previous meetups on similar topics

More in the series:

Presenter(s): Ciara

Meetup info:
You can also find us on discord, drop us a message to be sent the link.

Big thank you to Esri for sponsoring our meetup page
Рекомендации по теме
Комментарии
Автор

28:21 Typically (on servers), L1 and L2 are per core, L3 is per processor (a.k.a. socket), and one a single copy of the ‘RAM’ for the entire machine

Roibarkan