Skip to content

Make dask optional when reading Zarr datasets#176

Merged
alxmrs merged 7 commits into
mainfrom
nodask-perf
Jun 20, 2026
Merged

Make dask optional when reading Zarr datasets#176
alxmrs merged 7 commits into
mainfrom
nodask-perf

Conversation

@alxmrs

@alxmrs alxmrs commented Jun 20, 2026

Copy link
Copy Markdown
Collaborator

Now, readers of Zarr can pass chunks=None and then chunks=... to from_dataset(). This will bypass using Dask and creating task graphs, which leads to meaningful speedups in practice.

This PR also includes a new demo in the top level README. It also includes other performance improvements.

This is a follow up to #167.

@alxmrs alxmrs merged commit 47f30ff into main Jun 20, 2026
12 checks passed
@alxmrs alxmrs deleted the nodask-perf branch June 20, 2026 15:57
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.

1 participant