- Exercise

In this exercise, you will design asynchronous functions and compare the performance of single and multithreaded programs.

We'll cover the following...

Task 1

The calculation of the scalar product in the program below is quite easy to parallelize. Take a ...