An Introduction to Parallelization – The Importance of Refactoring Code

In my previous post, we demonstrated when and how parallelization techniques can used to improve code performance without modiying core functions. As we seek greater performance in our code, we will run into situations where applying these techniques alone will not yield the result that we want. If better hardware is not available, our only … Read more