Dask: Parallel Computation with Blocked algorithms and ...

DASK: PARALLEL COMPUTATION WITH BLOCKED ALGORITHMS AND TASK SCHEDULING 131 Fig. 1: A simple dask dictionary We define a dask graph as a Python dictionary mapping keys to tasks or values. A key is any Python hashable, a value is any Python object that is not a task, and a task is a Python tuple with a callable first element. Example ................
................