IT
  •  
  • 4044
C++
C++
Java
Python
  •  
  • 11313
IT
  •  
  • 5786
C++
C++
Scala
  •  
  • 5238

Lock-free Data Structures. Memory Model. Part 3.

Written by khizmax

In the previous article we looked inside the processor, even if it’s hypothetic. We have clarified that for the proper parallel code execution we should prompt the processor to what limits he is allowed to execute its internal read/write optimizations. These prompts are memory barriers....

C++