Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7149] fast conversation lookup

Date: Thu, 19 Apr 2012 13:02:13 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7149

--- Comment #15 from Evan Huus <eapache@xxxxxxxxx> 2012-04-19 13:02:13 PDT ---
(In reply to comment #13)
> pretty much offtopic: does any of you know why the hash tables in glib do NOT
> provide support for handling the chain lists (for collisions)?

It handles them transparently already. The situation here isn't that we've got
hash collisions, it's that the data we're storing at each key is a linked list,
and whoever wrote the original decided on confusing terminology. Presumably
there's another set of linked lists behind each bucket that glib is iterating
for us.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.