tdauth / cpp-futures-promises

Advanced futures and promises in C++.
GNU General Public License v3.0
16 stars 0 forks source link

Add CAS and STM implementations of adv::Core #25

Open tdauth opened 5 years ago

tdauth commented 5 years ago

See our short paper: https://www.researchgate.net/publication/330066278_Futures_and_promises_in_Haskell_and_Scala And the Scala reference implementation: https://github.com/tdauth/PEPM19-supplementary-material-scala

We could add the same benchmarks as well to compare the three implementations.