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

Would it be possible to use rayon to add parallel iterators over the image pixels or add multithreading from scratch? #832

Closed
arthmis opened this issue Nov 9, 2018 · 4 comments

Comments

@arthmis
Copy link
Contributor

arthmis commented Nov 9, 2018

Would adding multi-threading or parallel iterators to access pixels be feasible? Is it potentially planned for the future?

@jjhbw
Copy link

jjhbw commented Nov 9, 2018

I wondered about this too. AFAIK, iterating over pixels in parallel currently requires ugly code (uglier than a Rayon iterator, at least).

@arthmis
Copy link
Contributor Author

arthmis commented Nov 9, 2018

Is it necessary to add multi-threading? I was thinking about how it would benefit the imageproc crate, at least on large images, but maybe it would be better handled by the GPU.

@ghost
Copy link

ghost commented Oct 12, 2023

@fintelia
Copy link
Contributor

Fixed in #2058

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants