Wireshark-commits: [Wireshark-commits] master 66c7388: wmem: convert string trees to single-layer
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 26 Jun 2015 18:35:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66c738817c8d2f857bd5fed2e3cfa325e712d791
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

66c7388 by Evan Huus (eapache@xxxxxxxxx):

    wmem: convert string trees to single-layer
    
    The whole radix tree thing is kind of neat (and may even be more performant for
    short strings?) but it's really confusing to reason about and is terribly
    inefficient for long strings.
    
    Ping-Bug: 9078
    Change-Id: I1bd333918a6e557801e82f4553d386120138065e
    Reviewed-on: https://code.wireshark.org/review/9165
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  78adf17   Fix handling of 11ac radio metadata.
    adds  66c7388   wmem: convert string trees to single-layer


Summary of changes:
 epan/wmem/wmem_tree.c |  170 ++++++++++++++++++++++++++-----------------------
 1 file changed, 92 insertions(+), 78 deletions(-)