Skip to content

Speedup and Amdahl's law

Category: Foundations · Status: stub · Lessons: chapter 07, Parallelism

One line: How much faster more processors make a program is capped by the part that must still run sequentially: if a tenth of the work is serial, no number of cores gives more than ten times the speed.

Also called: Amdahl's law, Gustafson's law, speedup.

How it connects

Where to read more