Amdahl's Law in Software Engineering
lawsofsoftwareengineering.com
Amdahl's Law in Software Engineering
1–7 of 7 posts
Re: Amdahl's Law in Software Engineering
#2the original 1967 paper: https://dl.acm.org/doi/epdf/10.1145/1465482.1465560
Re: Amdahl's Law in Software Engineering
#3Nice write-up. I’ve always felt that Amdahl’s Law gets oversimplified in software discussions.
The real bottlenecks tend to be architectural rather than purely parallelizable tasks.
Re: Amdahl's Law in Software Engineering
#4an optimistic rebuttal to Amdahl's law: https://lawsofsoftwareengineering.com/laws/gustafsons-law/
Re: Amdahl's Law in Software Engineering
#5Thanks for sharing both links. Seeing Amdahl’s original framing alongside Gustafson’s optimistic reinterpretation really helps clarify where the architectural limits start to dominate once workloads scale.
Re: Amdahl's Law in Software Engineering
#6Neil Gunther extends Amdahl's law to the Universal Scalability Law in https://www.perfdynamics.com/Manifesto/USLscalability.pdf (pdf). He uses it to help model a system's scalibility.
Re: Amdahl's Law in Software Engineering
#7Neil Gunther extends Amdahl's law to the Universal Scalability Law in https://www.perfdynamics.com/Manifesto/USLscalability.pdf (pdf). He uses it to help model a system's scalibility.
[dead]