bytewife / memory-models-study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrency Barriers and Store Buffering Exercises

tldr:

  • Barriers are easy to reason about
  • Weaker Memory Models are tricky to reason about, but provide high performance if programmed correctly

About


Languages

Language:C++ 95.4%Language:Makefile 2.9%Language:C 1.7%