Actions
Patch #27671
closedUse reverse_each instead of reverse.each for better performance
Description
Array#reverse_each is faster than Array#reverse.each because reverse_each does not create an intermediate array.
Pull request https://github.com/redmine/redmine/pull/84 by Timur Tarasenko.
Files
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed.
Actions