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 #2

Open
PenguinLemma opened this issue Mar 29, 2019 · 0 comments
Open

Parallelize #2

PenguinLemma opened this issue Mar 29, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PenguinLemma
Copy link
Owner

Divide the image in squared (or rectangular but with no big difference between length and width of a rectangle) pieces and process each piece in a different thread.

For this first approach, divide in exactly as many pieces as threads are possible, later on we can think of having more pieces than threads and implementing a task queue.

@PenguinLemma PenguinLemma added the enhancement New feature or request label Mar 29, 2019
@PenguinLemma PenguinLemma self-assigned this Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant