]> granicus.if.org Git - python/commit
needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 28 May 2006 12:06:46 +0000 (12:06 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 28 May 2006 12:06:46 +0000 (12:06 +0000)
commit80f8e80c15a784a84f77f4895318d13b831b017e
tree407701c5c11658698cb8ddde6c2a6ef27405bc08
parent5e9d6cfbda8f968a849d5235b75b32e7175ad8fd
needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),
and use it for string copy operations.  this gives a 20% speedup on some
string benchmarks.
Include/pyport.h
Include/unicodeobject.h
Objects/stringobject.c