Sahithyan's S3 — Operating Systems
Amdahl's Law
the overall performance improvement gained by optimizing a single part of a system is limited by the fraction of time that the improved part is actually used.
A formula that shows how much faster a task can be completed when more resources are added to the system.
Here:
- - number of processing cores
- - serial portion of the task
- - parallel portion of the task
Serial portion of an application has disproportionate effect on performance gained by adding additional cores.
As increases, the speedup approaches .