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

Imread: use da.map_blocks instead of da.concatenate #165

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

m-albert
Copy link
Collaborator

This PR addresses performance improvements for array creation discussed in #161 and leads to arrays with smaller dask graphs (see dask/dask#5913).

…dask arrays. This speeds up array creation and further operations, as the resulting dask graph is smaller.
@GenevieveBuckley GenevieveBuckley merged commit 17ec4c2 into dask:master Oct 26, 2020
@GenevieveBuckley
Copy link
Collaborator

Thanks @m-albert 🚀

@jni
Copy link
Contributor

jni commented Oct 26, 2020

❤️ 🚀 🚀 🚀

@jakirkham
Copy link
Member

May be worthing seeing if we can build off this work ( dask/dask#6931 ).

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

Successfully merging this pull request may close these issues.

4 participants