This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Optimize strrchr more.


On Fri, Oct 04, 2013 at 10:15:22PM +0200, OndÅej BÃlka wrote:
> Hi,
> 
> I played with my evolutionary algorithms to optimize various functions.
> It helped a bit but I got more by looking at code again because I
> noticed several oppurtunities that I missed.
>
I added this as strrchr_new_v2 to benchmark used in previous iteration.
http://kam.mff.cuni.cz/~ondra/benchmark_string/strrchr_profile.html
that can be downloaded in
http://kam.mff.cuni.cz/~ondra/benchmark_string/strrchr_profile41013.tar.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]