-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (17 loc) · 1018 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
* AUTHOR : AJAY SINGH
* INSTITUTE : IIT Hyderabad
*/
Contains the HT-OSTM library and the code for experimenting the HT-OSTM against the TLDS (Norec STM, Boosting, transactional list), synchrobench and in house developed read write stm (IITH-STM). The work is done as part of my Master thesis at IIT Hyderabad.
Paths:
HT-OSTM library ---> lib: HT-OSTM/ostm-lib
TLDS code ---> lib: ./ws-tlds
The directory ostm-synchrobench_time&abort compares the HT-OSTM against ESTM of synchrobench and IITH-STM technique.
IITH-STM library ---> ./ostm-synchrobench/IITH_STM
Synchrobench library ---> ./ostm-synchrobench/ESTM
g++ -std=c++14 main.cpp ostm-lib/ostm.cpp ostm-lib/tablsl.cpp -o OSTM -lpthread
Instructions to compile the individual libraries and collecting stats are mentioned within each directories.
References:
Please find tech report at : https://arxiv.org/pdf/1709.00681.pdf
If you use the work for experiments, please cite the above paper.
The work is published at NETYS 2018.