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.
- Host: GitHub
- URL: https://github.com/annanay25/concurrency-control-algorithms
- Owner: annanay25
- Created: 2018-03-25T14:09:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T20:23:13.000Z (over 7 years ago)
- Last Synced: 2025-04-03T07:45:02.341Z (9 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```