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
{{ message }}
This repository was archived by the owner on Feb 11, 2021. It is now read-only.
I'm interested in using this package as the underlying task execution framework for Dagger.jl. I think a smarter scheduler will be needed so that Dagger can remain out-of-core...
If I understand correctly, the default dispatch!(::Executor, ::DispatchContext) simply uses asyncmap to execute the nodes in the context. The node ordering is implicitly handled by calls to wait...
It will be nice to have an Executor that can execute nodes in a parallel depth-first manner as dask and Dagger do enforcing better data locality and possibility of cleaning up of intermediate data as soon as possible.
Unrelated, but I like the attention paid to documentation and error handling in this package. Great stuff! :)