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] Improve performance of strcpy


On Fri, Oct 24, 2014 at 04:50:10PM +0100, Wilco Dijkstra wrote:
> Ping
> 
> > -----Original Message-----
> > From: Wilco Dijkstra [mailto:wdijkstr@arm.com]
> > Sent: 23 September 2014 18:55
> > To: 'libc-alpha@sourceware.org'
> > Subject: [PATCH] Improve performance of strcpy
> > 
> > Hi,
> > 
> > Similar to previous patches, this patch improves strcpy performance by using strlen+memcpy.
> > This is significantly faster than a simple byte-loop, on bench-strcpy speedup is > 2x.
> > 
ok for me.


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