Wireshark-commits: [Wireshark-commits] master 5983cda: Replace a GTree with a GHashTable
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Apr 2014 15:07:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5983cda769fa6615dda5fc7b8f87819d40f0a8d5
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5983cda by Evan Huus (eapache@xxxxxxxxx):

    Replace a GTree with a GHashTable
    
    Shaves ~1.5MB off our base memory usage, and provides O(1) operations instead of
    O(log n). We don't need the additional operations a tree provides.
    
    Change-Id: I6159d09ee380a2bca0de3bb2d031a874d8eb79d2
    Reviewed-on: https://code.wireshark.org/review/1224
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  6f0f612   Apply the fix for bug 3290 to proto_tree_add_bytes*(): check the item length before trying to fake the item.
    adds  5983cda   Replace a GTree with a GHashTable


Summary of changes:
 epan/proto.c |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)