I have the following code which is the bottleneck in one part of my application. All I do is subtract on Array from another. Both of these arrays have more around 100000 element
Running this on multiple threads, with that big an array will net linear speed-up. It's embarrassingly parallel as they say.