Actions
Refactor #10584
closedReplace sort.uniq with uniq.sort
Description
Sort usually runs in O(nlogn) while uniq runs in O(n).
If n is reduced by uniq it will improve the runtime, otherwise it will make no significant difference.
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2406 added
- Pull request deleted (
)
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 57efe61356de8e4de1b13461e199b54e89ffc96f.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 35
Actions