Amdahl’s Law

In 1967 Gene Amdahl presented a way to calculate the maximum speedup that could be obtained by running a computer program in parallel, i.e. splitting the work the program needs to do across multiple cores in the computer. The idea is that there is some part of the program that can be made [...]