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

Paralllel demo #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Paralllel demo #1

wants to merge 1 commit into from

Conversation

emfdavid
Copy link
Owner

@emfdavid emfdavid commented Feb 27, 2024

Demo for parallel potential of chunk_getitems method in zarr core

The demo extracts two points for three variables from a one month HRRR aggregation. There is considerable cost to starting the parallel workers, but the benefit is enormous.

pip install zarr
2024-02-27T18:02:59.864Z MainProcess MainThread INFO:grib demo:Interp to dataframe took 48.93 seconds

pip install git+http://github.com/emfdavid/zarr-python@dd75eb85#
2024-02-27T18:04:20.473Z MainProcess MainThread INFO:grib demo:Interp to dataframe took 17.05 seconds

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