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

Multithreading for Monitor #122

Closed
robertdstein opened this issue Sep 1, 2022 · 1 comment · Fixed by #145
Closed

Multithreading for Monitor #122

robertdstein opened this issue Sep 1, 2022 · 1 comment · Fixed by #145
Labels
enhancement New feature or request wishlist Non-urgent better-ification

Comments

@robertdstein
Copy link
Member

Right now the Monitor reduces data sequentially. To prevent the code ever falling behind the incoming data, it'd be better to start a thread for each image batch that could then run in parallel.

@robertdstein robertdstein added enhancement New feature or request wishlist Non-urgent better-ification labels Sep 1, 2022
@robertdstein
Copy link
Member Author

Linked to #14

@robertdstein robertdstein linked a pull request Sep 22, 2022 that will close this issue
robertdstein added a commit that referenced this issue Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wishlist Non-urgent better-ification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant