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
move_into: Implement inner-dimension optimization in move-into
If the innermost dimension is contiguous, we can skip it in one go,
and save some work in the dropping loop in move_into.
Co-authored-by: Jim Turner <github@turner.link>
0 commit comments