Skip to content

Amtrix/tbb-sample-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbb-sample-sort

Implementation of sample sort, using the tbb threading library.

Build via cmake:

  • mkdir build; cd build; cmake ../src; make

Execute ./run-benchmark.sh:

  • executes the benchmark for some experiments
  • writes output to run.log

Execute ./process-results.sh:

  • parses the benchmark results
  • inserts aggregated data into ./latex/doc.tex

Requirements:

About

Implementation of sample sort, using the tbb threading library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published