You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: