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

Parallelize reading frames from datasets #35

Open
jbentvelsen opened this issue Oct 30, 2023 · 0 comments
Open

Parallelize reading frames from datasets #35

jbentvelsen opened this issue Oct 30, 2023 · 0 comments

Comments

@jbentvelsen
Copy link
Collaborator

Currently, the custom datastore reads frames from a (tiff/nwb) dataset with functions that read only a single frame at a time. By implementating the read function in such a way that it reads multiple frames at once (for example, all flanking frames and center frame at once). It is likely this will significantly reduce the total time spend on reading.

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