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
Using split_off to split the front chunk from the queue seems like it'd
be efficient, but it's not:
rust-lang/rust#127281
Instead, pass the range of nodes to distribute, and use
VecDeque::from_iter in the callee. Then, just truncate() the queue to
the remaining local work.
Differential Revision: https://phabricator.services.mozilla.com/D215705
0 commit comments