Work stealing
Updated: 04/26/2017 by Computer Hope
Work stealing is a load balancing technique used in programming to spread work evenly among the available processors, rather than having one handle all tasks and others left idle.
Work stealing is a load balancing technique used in programming to spread work evenly among the available processors, rather than having one handle all tasks and others left idle.