4.4 Divide and Conquer
-
Dynamically discovers a tree of calculations
- Calculation parameters are handed to worker
- Worker may do the work or delegate half to another worker
- The calculation might proceed:
- Using a pool of workers may be faster than actually
creating new tasks