You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
danielalves
changed the title
Make blur processing prallel, but keeping delivery order
Make blur processing parallel, but keeping delivery order
May 20, 2014
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
The text was updated successfully, but these errors were encountered: