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

Will concurrently reading chunks within a single variable read speed up access #6

Open
jpswinski opened this issue Aug 16, 2023 · 0 comments

Comments

@jpswinski
Copy link
Member

Currently, the code is only concurrent at the variable level, meaning that different variables read from an hdf5 file are read concurrently.

For variables that contain a lot of data (e.g. ICESat-2 ATL03 heights group variables), it may be beneficial to break up the reading of the chunk data into concurrent threads. Even better would be the ability to process those chunks in threads that executed on different cores.

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