What is the max speedup?
As N approaches infinity, the speedup is limited by the serial portion (1 - p). For p=0.5, max speedup is 2x no matter how many processors you add.
Enter values to see detailed analysis and insights.
S = 1 / ((1 - p) + (p / N))pProportion of task that can be parallelized (0-1)NNumber of processors