per-framework / bargain.cpp

A transactional locking implementation for C++

Repository from Github https://github.comper-framework/bargain.cppRepository from Github https://github.comper-framework/bargain.cpp

A transactional locking implementation for C++. Based on basic ideas from

Transactional Locking II
Dave Dice, Ori Shalev, and Nir Shavit

this simple variation uses per-object locks and a monadic interface to build a top-down stack allocated splay tree to maintain an access set and attempts locks in address order.

See synopsis.hpp for the API.

About

A transactional locking implementation for C++

License:MIT License


Languages

Language:C++ 98.4%Language:CMake 1.6%