Skip to content

baycedar/memory-order-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Order Playground

Build

Prerequisites

sudo apt update && sudo apt install -y build-essential cmake
cd <path_to_your_workspace>
git clone https://github.com/baycedar/memory-order-playground.git

Build Exercises

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j

Play with std::memory_order

./exercise_01
./exercise_02
./exercise_03

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published