]> granicus.if.org Git - python/commit
needforspeed: speed up upper and lower for 8-bit string objects.
authorFredrik Lundh <fredrik@pythonware.com>
Thu, 25 May 2006 15:22:03 +0000 (15:22 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Thu, 25 May 2006 15:22:03 +0000 (15:22 +0000)
commit39ccef607eefbd4955c7fb069f6c921c0fe3516f
treefec97859d27a6cb2616c59c90018b4e3c5ba68f3
parentc620bada3a0675cce140ddeb970db5cf7bf79398
needforspeed: speed up upper and lower for 8-bit string objects.
(the unicode versions of these are still 2x faster on windows,
though...)

based on work by Andrew Dalke, with tweaks by yours truly.
Objects/stringobject.c