You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a how to guide for Dask. I can see in the Dask efficiency docs that they expect one millisecond of overhead for submitting one task to Dask.
From my experiments this seems not to hold when used with Panel. The minimum overhead seems to be around 7 msecs. And what is worse, as the task duration grows so does the overhead. And its not insignificant.
I'm trying to write a how to guide for Dask. I can see in the Dask efficiency docs that they expect one millisecond of overhead for submitting one task to Dask.
From my experiments this seems not to hold when used with Panel. The minimum overhead seems to be around 7 msecs. And what is worse, as the task duration grows so does the overhead. And its not insignificant.
cluster.py
tasks.py
app.py
I would have expected the overhead to stay constant. But it looks like it does not.
Maybe this is just a Dask thing. But I've not been able to find any statements that indicate this.
I've asked the questions in the Dask Discourse forum. See https://dask.discourse.group/t/why-does-submit-overhead-increase-exponentially-for-fibonacci-example/1420.
The text was updated successfully, but these errors were encountered: