An open API service indexing awesome lists of open source software.

https://github.com/annanay25/concurrency-control-algorithms

BOCC and FOCC implementations from concurrency control algorithms.
https://github.com/annanay25/concurrency-control-algorithms

Last synced: 2 months ago
JSON representation

BOCC and FOCC implementations from concurrency control algorithms.

Awesome Lists containing this project

README

          

# concurrency-control-algorithms
To compile, run:
```
/usr/local/bin/g++-6 --std=c++17 -g bocc.cpp -o bocc
/usr/local/bin/g++-6 --std=c++17 -g focc.cpp -o focc
```