Skip to content
Commit 8f2dcd1b authored by Kai Willadsen's avatar Kai Willadsen
Browse files

misc: Fix performance of interval merging (bgo#768300)

Interval merge was constantly pop()ing from the list head, which is very
slow on standard Python lists. Just moving to a deque gets rid of this
from profiles on large lists of ignored intervals.
parent 8972b923
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment