[pypy-issue] [issue814] Appending string is slower than cpython

Alex Gaynor tracker at bugs.pypy.org
Fri Jul 29 00:24:56 CEST 2011


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

Not a bug, CPython has ridiculous hacks in it.  This operation would be O(n**2) 
on CPython were it not for those, as it is on PyPy.  This won't be fixed.

----------
nosy: +agaynor
status: unread -> wontfix

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


More information about the pypy-issue mailing list