A Flaw In Amdahl's Law?
May. 20th, 2011 08:58 pmAmdahl's law, when applied to parallel computing, basically says that when trying to speed up a computation you are limited by the sequential portion of the code. That is, those parts of the code which cannot be executed at the same time but must be executed sequentially place a limit on the improvement in performance which can be achieved by throwing more processors at the problem.
( Read more... )