-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance improvement: Let imread use
da.map_blocks
instead of `d…
…a.concatenate` imread: use `da.map_blocks` instead of `da.concatenate` to construct dask arrays. This speeds up array creation and further operations, as the resulting dask graph is smaller. (#165)
- Loading branch information
Showing
1 changed file
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters