Skip to content
/ OSTM Public

A Simple Obstruction Free Software Transaction System

Notifications You must be signed in to change notification settings

pureklkl/OSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OSTM

A Simple Obstruction Free Software Transaction System.

An obstruction Free STM was implemented in C++ with the improvement of the reader list and prediction based backoff contention manager.

The reader list enables multiple transaction read the same object to improve the concurrency throughput.

The prediction based back off contention manager estimated the transaction execution time to avoid meaningless waiting for long transaction.

About

A Simple Obstruction Free Software Transaction System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published