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
In `compute_image_parallel`, there's no need to collect `chunks_mut`
into a vector when rayon can iterate `par_chunks_mut` directly. The
non-rayon version also doesn't need an intermediate vector.
0 commit comments