Amdahl's law

来源:互联网 发布:复杂网络算法 编辑:程序博客网 时间:2024/06/05 05:52

http://en.wikipedia.org/wiki/Amdahl%27s_law

It is used to find the maximum expected improvement to an overall system when only part of the system is improved.

It is often used in parallel computing to predict the theoretical maximum speedup using multiple processors.


文中的那个图实在是很棒,下面的说明必须得看。

File:AmdahlsLaw.svg

The speedup of a program using multiple processors in parallel computing is limited by the sequential fraction of the program. For example, if 95% of the program can be parallelized, the theoretical maximum speedup using parallel computing would be 20× as shown in the diagram, no matter how many processors are used.

原创粉丝点击