-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Revert implementing Iterator::nth[_back]
in terms of advance_by[_back]
#77659
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@bors try |
Awaiting bors try build completion |
⌛ Trying commit ee7dfce with merge cb0908be81ddf2f8624d49cf8ed5df8b49cc2e8d... |
☀️ Try build successful - checks-actions, checks-azure |
Queued cb0908be81ddf2f8624d49cf8ed5df8b49cc2e8d with parent a14bf48, future comparison URL. |
Finished benchmarking try commit (cb0908be81ddf2f8624d49cf8ed5df8b49cc2e8d): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
r? @scottmcm It looks like this does not fix the regression noted in #76909 (comment). I am unsure if we want to revert that PR entirely or just eat this 15% loss. It would seem unfortunate to do so, but I suspect there may be nothing we can do. |
r? @KodrAus |
r? @m-ou-se |
Given that this doesn't fix the perf regression, I don't think there's any point in merging or keeping it open. |
See #76909 (comment).
cc @ecstatic-morse @scottmcm
r? @ghost