Skip to content

danielchild1/CS6850-Reaching-Memory-Bound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS6850-Reaching-Memory-Bound

compile using: g++ -O3 main.cpp -o main -pthread

main was compiled with no optimization
main02 was compiled with -02
main03 was compiled with -03

makes an array of uint8_t of size 1024 * 1024 * 1024 * 100ULL which totals to 100GB. Then uses various methods to read it. The program then displays the times in milli-seconds.

About

Reading 100GB of data using different Multi threaded methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages