Wireshark-commits: [Wireshark-commits] master 5654dfd: Optimize heuristic search by bubbling the ma
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2020 17:17:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5654dfd982ea3b790368630afb8b0af4eba2e30c
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5654dfd by Phan Duc Nhat Minh (phanducnhatminh@xxxxxxxxx):

    Optimize heuristic search by bubbling the matched element
    
    The matched entry is bubbled to the head of the list for
    faster future search.
    
    Change-Id: I47375515f43387adbe0652556c03f0979a8dbe85
    Reviewed-on: https://code.wireshark.org/review/37395
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  1f75d7b   wslua: Add ability to query current temporary color filter text
     add  5654dfd   Optimize heuristic search by bubbling the matched element


Summary of changes:
 epan/packet.c | 9 +++++++++
 1 file changed, 9 insertions(+)