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
A zero-cost chain could replace a loop with two chained iterators by two loops without chained iterators. Iterators are advertised as zero-cost and this code is more natural than two loops if the loop-body is non-trivial.
Consider the following benchmark:
And the results:
The text was updated successfully, but these errors were encountered: