[pypy-issue] [issue866] [PATCH] join is slow about 2x slower than Python

Carl Friedrich Bolz tracker at bugs.pypy.org
Thu Sep 29 13:14:42 CEST 2011


Carl Friedrich Bolz <cfbolz at gmx.de> added the comment:

A nice way to improve str.join is possible on the list-strategies branch: The
list argument of join is typically a list of strings, which you then don't need
to unwrap if you add a new objspace interface listview_str or something.

----------
nosy: +cfbolz
status: resolved -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue866>
________________________________________


More information about the pypy-issue mailing list