Back to Main

Research Software Libraries Developed by Parallel & Distributed Computing Research Group

 

- Object based Software Transactional Memory for Hash-Tables:

This library for provides support Hash-Table Objects based Software Transactional Memory (STM) in C++. The source code can be downloaded from github respository: https://github.com/PDCRL/ht-ostm

This work is published in NetYs 2018.

- IITH Software Transactional Memory (STM) Library:

This library for provides support Software Transactional Memory (STM) in C++. The source code can be downloaded from here: IITH Source Zip

 

The documentation to use the libraries: STM Library API

 

A recent paper describing the results of the implementation of various algorithms of IITH STM can be found here: Result-Comparison