Rajalakshmi Srinivasaraghavan c8dd67e7c9 Speedup first memmem match
As done in commit 284f42bc778e487dfd5dff5c01959f93b9e0c4f5, 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.
2018-08-28 12:42:19 +05:30
..
2018-08-28 12:42:19 +05:30
2018-07-16 17:51:52 +01:00
2018-05-23 04:00:11 -07:00
2018-07-16 17:51:52 +01:00
2018-07-16 17:51:52 +01:00