CVS update: samba/source/smbd

jra at samba.org jra at samba.org
Thu Sep 4 11:12:39 EST 2003


Date:	Thu Sep  4 01:12:39 2003
Author:	jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv27902/smbd

Modified Files:
      Tag: SAMBA_3_0
	process.c 
Log Message:
Used cachegrind to track down some bottlenecks.
Removed calls to clobber_region when not compiling with developer as
they were hiding speed problems.
Added fast path to convert_string() when dealing with ascii -> ascii,
ucs2-le to ascii and ascii to ucs2-le with values <= 0x7F. This
gives a speedup of 22% on my nbench tests.
Next I will do this on convert_string_allocate.
Jeremy.


Revisions:
process.c		1.92.2.23 => 1.92.2.24
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/process.c.diff?r1=1.92.2.23&r2=1.92.2.24



More information about the samba-cvs mailing list