Amdahl’s Law

Efficiency gains when using multiple cores

T(n)=T(1)(B+1n(1B))

  • T(1): the time one core takes to complete the task
  • B: fraction of the job that must be serial
  • n: number of cores

Suppose n were infinity!

Synchronization increases the serial section size