- The repository is made to store the code implemented for benchmarking algorithm used for CAS766 Project.
-
CPP
-
Includes the algorithms implemented in C/CPP.
-
Includes implementation with pThread/stdThread/OpenMP
-
Display_Onlydirectory includes code that is simplified for display purposes only, not written for compilation or execution. -
includedirectory includesheaderfiles written for the project. -
include_for_cas766directory includesheaderfiles from another personal project for convenience. -
src_mainsdirectory includes multiplemain.cppfiles written for benchmarking implemented algorithm with the similar but different data format. -
outputdirectory is where compiled binary code will be located.
-
-
GoLang
- Includes the implemented in GoLang
-
Test_Samples
- The directory where test samples needs to be placed
- Used test sample can be downloaded from the attached link - mawi_201512020030.mtx
- Compilation can be done with included makefile on Linux environment.
- The output file will be created under the
outputdirectory.