-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (16 loc) · 949 Bytes
/
README
File metadata and controls
25 lines (16 loc) · 949 Bytes
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
/*
* AUTHOR : AJAY SINGH
* COMPANY : 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
The work is published at NETYS 2018.