Skip to content

Parallel Apriori algorithm with Software Transactional Memory (STM).

License

Notifications You must be signed in to change notification settings

HPDCS/transactional-memory-apriori

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transactional-memory-apriori

Parallel Apriori algorithm with Software Transactional Memory (STM).

Original work at http://cucis.ece.northwestern.edu/projects/DMS/MineBench.html .

The original benchmark suite uses the OpenMP library to perform the Apriori algorithm in parallel over multiple processors and shared memory.

The aim of this project is to verify properties of the Software Transactional Memory invariants and to evaulate their performance. The STM library is provided by the GCC compiler: https://gcc.gnu.org/wiki/TransactionalMemory .

About

Parallel Apriori algorithm with Software Transactional Memory (STM).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.8%
  • C++ 10.8%
  • Shell 7.5%
  • Makefile 1.9%