Exercise: Fibonacci in parallel


Take the code from the Fibonacci example and check if you could run it in parallel. Observe how does the CPU behave as the number of concurrent jobs increas from 1 to the number of cores you have and beyond.