自我感觉很不错的一篇文章,介绍并行计算的。
Multi-core computers have shifted the burden of software performance from chip designers to software architects and developers. In order to gain the full benefits of this new hardware, we need to parallelize our code. The goal of this article is to introduce you to parallelism, its different types and to help you understand when to parallelize your code – and when not to. We will also examine some of the tool options developers have today for building parallel applications.





