Project

General

Profile

Actions

Refactor #10584

closed

Replace sort.uniq with uniq.sort

Added by Tomer Brisker almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Performance
Target version:
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions #1

Updated by The Foreman Bot almost 9 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/2406 added
  • Pull request deleted ()
Actions #2

Updated by Anonymous almost 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #3

Updated by Dominic Cleal almost 9 years ago

  • translation missing: en.field_release set to 35
Actions

Also available in: Atom PDF