mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
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.
-
-
-
-
-
-
-
-
-
-