Good explanation of the difference between work efficiency and step efficiency when talking about parallel algorithms.

  • anji@lemmy.anji.nl
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    This is an application of Amdahl’s Law. Which comes up all the time in parallel computing. The more parallel computing power is available, the more the work itself needs to be parallelizable, otherwise you will be leaving computing power on the table.