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

Performance of chunked dataset reads is poor #49

Closed
jamesmudd opened this issue Feb 19, 2019 · 1 comment
Closed

Performance of chunked dataset reads is poor #49

jamesmudd opened this issue Feb 19, 2019 · 1 comment

Comments

@jamesmudd
Copy link
Owner

Currently when you read large chunked datastets the performance is bad. This is because the output array is filled element by element resulting in lots of chunk lookups and index calculations.

This could be improved very significantly if when a chunk was accessed all the available data was copied to the output array.

jamesmudd added a commit that referenced this issue Aug 19, 2019
@jamesmudd
Copy link
Owner Author

This issue has now been resolved the performance of chunked dataset reads is now very good >10x faster.

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