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

Request for chunked data read #5

Open
lfrank opened this issue Jan 27, 2022 · 0 comments
Open

Request for chunked data read #5

lfrank opened this issue Jan 27, 2022 · 0 comments

Comments

@lfrank
Copy link

lfrank commented Jan 27, 2022

In the current version of the package, out of ram filtering on large hdf5 files is very slow, likely because the h5py library is not good at loading small data chunks.

It would be very helpful if there were an optional parameter in the filtering routines that allowed the user to specify a chunksize (presumably a number of samples to load or an amount of RAM to use) such that data would be preloaded in chunks of that size and then filtered.

In our tests, preloading 130 GB of data stored in an h5py file resulted in a >10 fold speedup of filtering.

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