]> granicus.if.org Git - python/commit
Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection...
authorChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 11:32:37 +0000 (11:32 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 11:32:37 +0000 (11:32 +0000)
commit4d4f27094162642bac7e953260ad5b366849bec1
tree5faa4e3bad739bd7b40856d276c9ba2d33b30b6a
parent7d5fbaee4254f7c06f193359b8e713c6146b0821
Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines()
Include/unicodeobject.h
Misc/NEWS
Objects/unicodeobject.c