Skip to content
Commit c8dd67e7 authored by Rajalakshmi Srinivasaraghavan's avatar Rajalakshmi Srinivasaraghavan
Browse files

Speedup first memmem match

As done in commit 284f42bc, memcmp
can be used after memchr to avoid the initialization overhead of the
two-way algorithm for the first match.  This has shown improvement
>40% for first match.
parent 5abedf97
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment