Amdahl's Law

Blindly adding threads to speed up program execution may not always be a good idea. In this lesson, let’s find out what Amdahl's Law says about parallelizing a program.

We'll cover the following...

Amdahl’s Law

No text on concurrency is complete without mentioning Amdahl's Law. The law specifies the cap on the maximum speedup that can be ...