Skip to content

thaven/OneFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneFile

OneFile is a Software Transactional Memory (STM) meant to make it easy to implement lock-free and wait-free data structures. It is based on the paper "OneFile: A Wait-free Persistent Transactional Memory" by Ramalhete, Correia, Felber and Cohen.

This is a port to D of the original C++ implementation. Currently, only the Wait-Free STM has been ported.

The port is not well tested yet, so expect some bugs. If one bites you, please check the issue list. If it isn't there yet, please file the issue!

See also

About

OneFile Transactional Memory (D version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages