Efficiency¶| distributed.dask.org
Connect to and submit computation to a Dask cluster| distributed.dask.org
Bag¶| docs.dask.org
Source code: Lib/concurrent/futures/thread.py and Lib/concurrent/futures/process.py The concurrent.futures module provides a high-level interface for asynchronously executing callables. The asynchr...| Python documentation
Array¶| docs.dask.org
The Dask delayed function decorates your functions so that they operate lazily. Rather than executing your function immediately, it will defer execution, placing the function and its arguments into a task graph.| docs.dask.org