commit | 80f8e80c15a784a84f77f4895318d13b831b017e | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Sun May 28 12:06:46 2006 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Sun May 28 12:06:46 2006 +0000 |
tree | 407701c5c11658698cb8ddde6c2a6ef27405bc08 | |
parent | 5e9d6cfbda8f968a849d5235b75b32e7175ad8fd [diff] |
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.