Amdahl's Law is a formula used to calculate the maximum theoretical speedup of a system when only a part of it is improved. The formula is Speedup = 1 / ((1 - f) + (f / s)), where f is the fraction of time the task takes in the original system, and s is the speedup factor applied to that specific task. In....
Log in to view the answer