mars icon indicating copy to clipboard operation
mars copied to clipboard

Support work stealing

Open wjsi opened this issue 6 years ago • 0 comments

We may encounter slow nodes when executing on multiple workers. The initial assignment algorithm is not guaranteed to be optimal. The execution graph may have a larger output set than input set. Hence work stealing is important to further accelerate execution.

The implementation of work stealing should be based on #485 .

wjsi avatar Jun 25 '19 09:06 wjsi