Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed-like functionality #311

Open
tomwhite opened this issue Sep 20, 2023 · 1 comment
Open

Delayed-like functionality #311

tomwhite opened this issue Sep 20, 2023 · 1 comment

Comments

@tomwhite
Copy link
Member

There are some cases where it would be useful to have a way of setting up a parallel map over inputs, then calling compute on it later - like Dask Delayed.

In particular this would be needed to support xarray's open_mfdataset (see pydata/xarray#7811), or creating Kerchunk files in parallel.

The main question is what this looks like and where it belongs.

@tomwhite
Copy link
Member Author

Here's a basic proof of concept: 5f6e38e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant