Posts
My thoughts and ideas
Welcome to my blog
My thoughts and ideas
Initially, this project cstarted as a class assignment. In our Operating Systems class, our last project was to create a multithreaded prefix sum calculator, without using any premade synchronization methods, such as pthread_barrier()
. As part of the project, the multithreaded code was benchmarked against a serial version of the prefix sum, with our grade dependent on how fast...