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

Date: Fri, 24 Jan 2014 12:27:09 +0000

Comment # 7 on bug 9696 from
g_list_append is slow and should be replaced with g_list_prepend whenever
possible. g_list_append() is used in the dfilter code but from the screenshot
it is not possible to see if those functions are involved. As all functions
shown in the screenshot are GTK/glib functions.

I'm not familiar with the dfilter code and can't say if its possible to switch
to g_list_prepend() or g_list_prepend() with a list reversal at the end and if
that would make a difference.


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