Content deleted Content added
m →Execution on a limited number of processors: notation |
→Execution on a limited number of processors: version from Casanova |
||
Line 21:
==Execution on a limited number of processors==
Any computation that can run in parallel on {{mvar|N}} processors can be executed on {{math|''p'' < ''N''}} processors by letting each processor execute multiple units of work. A result called Brent's law states that
:<math>T_p \leq T_N + \frac{T_1 - T_N}{p},</math>
or, less precisely,<ref name="casanova"/>
:<math>T_p = O \left( T_N + \frac{T_1}{p} \right) .</math>
==References==
|