Visual Studio 2010 has some interesting new features, one of which is parallel programming. This simple test, written in C# and F#, tests the difference between serial and parallel computations of Fibonacci numbers. Indeed, there is a 4-fold improvement for certain computations–but not every computation–on my quad-core multiprocessor.