Skip to content

jackromo/SoftTransMemC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StmC

This is a software transactional memory implementation in C.

It is intended as a proof of concept and a simple demonstration rather than for robustness.

License

This project uses the MIT License.

Requirements

This software uses pthread and glib, so a Unix family OS or MinGW is required.

Execution

Simply make and run the stmc executable produced.

To clean up all the object files, type

make clean

in the project root.

About

Software transactional memory, implemented in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published