Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enumerable#reverse_each is faster than Enumerable#reverse.each #19409

Merged
merged 1 commit into from
Oct 17, 2019

Conversation

chessbyte
Copy link
Member

Performance-wise, prefer Enumerable#reverse_each and Array#reverse_each to Enumerable#reverse.each and Array#reverse.each, respectively.

@miq-bot
Copy link
Member

miq-bot commented Oct 16, 2019

Checked commit chessbyte@875742e with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 🏆

@kbrock kbrock self-assigned this Oct 17, 2019
@kbrock kbrock added this to the Sprint 123 Ending Oct 28, 2019 milestone Oct 17, 2019
@kbrock kbrock merged commit f222b82 into ManageIQ:master Oct 17, 2019
@chessbyte chessbyte deleted the prefer_reverse_each branch July 9, 2020 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants