Unfinished hobby project - WIP
  • C++ 96.4%
  • CMake 3.6%
Find a file
2019-04-06 19:27:09 +03:00
.cppsm@ea2cd9a6c7 Initial 2019-04-06 19:27:09 +03:00
equipment/testing.cpp Initial 2019-04-06 19:27:09 +03:00
internals Initial 2019-04-06 19:27:09 +03:00
requires Initial 2019-04-06 19:27:09 +03:00
.clang-format Initial 2019-04-06 19:27:09 +03:00
.gitignore Initial 2019-04-06 19:27:09 +03:00
.gitmodules Initial 2019-04-06 19:27:09 +03:00
.prettierrc Initial 2019-04-06 19:27:09 +03:00
.travis.yml Initial 2019-04-06 19:27:09 +03:00
CMakeLists.txt Initial 2019-04-06 19:27:09 +03:00
LICENSE.md Initial 2019-04-06 19:27:09 +03:00
README.md Initial 2019-04-06 19:27:09 +03:00
TODO.md Initial 2019-04-06 19:27:09 +03:00

Reagents.C++ Build Status

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

References