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

Make blur processing parallel, but keeping delivery order #1

Open
danielalves opened this issue May 20, 2014 · 0 comments
Open

Make blur processing parallel, but keeping delivery order #1

danielalves opened this issue May 20, 2014 · 0 comments

Comments

@danielalves
Copy link
Owner

Blur processing operations for an ALDBlurImageProcessor object are executed sequentially. This was done to keep the order of the processed images: the first scheduled blur operation would be the first to be notified as done. The problem is: we can obtain better performance if we process blurs in parallel. Therefore we should make blur processing parallel, but keeping delivery order

@danielalves danielalves changed the title Make blur processing prallel, but keeping delivery order Make blur processing parallel, but keeping delivery order May 20, 2014
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

1 participant