bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17013: [PATCH] grep: optimization by using the Galil rule for Boyer-


From: Paolo Bonzini
Subject: bug#17013: [PATCH] grep: optimization by using the Galil rule for Boyer-Moore algorithm in KWSet
Date: Tue, 01 Apr 2014 11:07:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Il 15/03/2014 18:12, Jim Meyering ha scritto:
On Fri, Mar 14, 2014 at 11:06 PM, Norihiro Tanaka <address@hidden> wrote:
I changed the patch so that the delta2 shift is extracted from the trie,
because it's very excellent.

Very nice.
I've begun to review these patches, and really like the
improved performance. Your first version (decreasing
worst-case O(M*N) to O(M+N)) gives 30x speed-up in
some cases.  The delta2-from-trie change brings it
closer to 40x.

Thanks Jim, I'll leave the review to you then!

Paolo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]