Introduction
An introduction to a problem of calculating the sum of a vector, and how to solve it through various methods in C++.
We'll cover the following...
After providing the theory on the memory model and the multithreading interface, I will now apply the theory in practice and provide you a few performance numbers. ...