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.