Unfinished hobby project - WIP
- C++ 96.4%
- CMake 3.6%
| .cppsm@ea2cd9a6c7 | ||
| equipment/testing.cpp | ||
| internals | ||
| requires | ||
| .clang-format | ||
| .gitignore | ||
| .gitmodules | ||
| .prettierrc | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| LICENSE.md | ||
| README.md | ||
| TODO.md | ||
Reagents.C++ 
This is my hobby programming project with the goal to implement Reagents for C++.
Reagents: expressing and composing fine-grained concurrency
Aaron Turon
in Scala
Note that I have no plans to invest time in turning anything in this project into reusable libraries and I make absolutely no promises of any kind regarding the future of this project.
Plan
- Implement both MCS lock based CASN and RDCSS based CASN in order to be able to compare their performance
- Implement Reagents parameterized with CASN