[issue3460] PyUnicode_Join could perhaps be simpler

Antoine Pitrou report at bugs.python.org
Tue Jul 29 14:50:13 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Here is a patch. On my measurements it makes str.join() 30% to 50%
faster on non-trivial input.

----------
keywords: +patch
Added file: http://bugs.python.org/file11004/strjoin3k.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3460>
_______________________________________


More information about the Python-bugs-list mailing list