This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Speedup first memmem match
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Rajalakshmi Srinivasaraghavan <raji at linux dot vnet dot ibm dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Sun, 26 Aug 2018 14:22:33 +0200
- Subject: Re: [PATCH] Speedup first memmem match
- References: <1535110126-18000-1-git-send-email-raji@linux.vnet.ibm.com>
* Rajalakshmi Srinivasaraghavan:
> 2018-08-24 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
>
> * string/memmem.c: Use memcmp for first match.
Change looks goot to me. Thanks.