]> granicus.if.org Git - python/commit
needforspeed: partition for 8-bit strings. for some simple tests,
authorFredrik Lundh <fredrik@pythonware.com>
Thu, 25 May 2006 23:27:53 +0000 (23:27 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Thu, 25 May 2006 23:27:53 +0000 (23:27 +0000)
commitfe5bb7e6d90e29affb02a654893a2a18d31b369e
treeb8a10921c53e4b0619bbe1dfee94a2ba17f5607f
parentd89fc22dc6300ef3f1a8447a34f9ad2d15c722d5
needforspeed: partition for 8-bit strings.  for some simple tests,
this is on par with a corresponding find, and nearly twice as fast
as split(sep, 1)

full tests, a unicode version, and documentation will follow to-
morrow.
Objects/stringobject.c