An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Feb 21, 2021 12:38 UTC (Sun) by ale2018 (subscriber, #128727)Parent article: An introduction to lockless algorithms
> thread 2 will read either NULL or &a,
If pointers are 64 bit, does that statement imply that the cache is being updated by minimal chunks of that size? I mean, why cannot it read the lower part of &a?
