← all demos
Computer & Data Science

Amdahl's Law

S = 1 / ((1−p) + p/N)
Amdahl's Law

The maximum speedup from parallelizing a program is capped by its serial fraction: even with unbounded processors the gain saturates unless the parallel fraction reaches one.

Computed & rendered in pure C# on the frozen OnlyCSharp 1.8 library — animation baked to GIF with the library's own Gif encoder (no GPU, no ffmpeg, no external packages).