开发者

Law of parallel programming

开发者 https://www.devze.com 2023-02-16 04:55 出处:网络
There is a law of parallel programming but I can\'t find a link to it. Shortly it tells the following: if 1/3 of time your program is executed sequentially (in one thread), you can increase you开发者_

There is a law of parallel programming but I can't find a link to it. Shortly it tells the following: if 1/3 of time your program is executed sequentially (in one thread), you can increase you开发者_JAVA技巧r application performance only 3 times.


Amdahl's law refers to the old single-core CPUs. You may want to read carefully what happens on current multi-core CPUs. See

Amdahl's Law in the Multicore Era

and the related page where you will find additional resources.


That would be Amdahl's Law.

0

精彩评论

暂无评论...
验证码 换一张
取 消