Wireshark-bugs: [Wireshark-bugs] [Bug 9696] Display filter performance is not O(n)

Date: Fri, 24 Jan 2014 12:17:24 +0000

Comment # 6 on bug 9696 from
Well, I'd hoped that there would be some fix possible within wireshark...
change algorithm, remember some list element near the end (to not traverse the
whole list again), using a double-linked list (where appending is O(1)), or
something like that.

Waiting for a fix within GTK might take much longer - especially if the
function itself cannot be optimized (like appending to a list, when only the
first element is known).


You are receiving this mail because:
  • You are watching all bug changes.