Skip to content

sqglobe/transaction-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction Memory Example

This code provides an example of a transactional memory proposal as described in n1613.

You can find the transactional memory implementation in the examples/transactional.h file.

Another file, examples/alternatives.h, contains the same classes but implemented with std::mutex for synchronization. This allows for performance comparison between the transactional and mutex-based implementations.

Folder benchmarks contains google benchmarks for both transactional and alternative approaches.

Building

To build that project you need gcc compiler and libitm installed on you machine. Other compilers haven't support for that proposal.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published