[issue15503] concatenating string in dict unexpected performance

Alex Gaynor report at bugs.python.org
Mon Jul 30 16:51:17 CEST 2012


Alex Gaynor added the comment:

Actually, I would argue that it's concatentation of a local variable which has unexpected performance. Logically it should be O(n**2), however due to hacks in CPython it isn't.

----------
nosy: +alex

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


More information about the Python-bugs-list mailing list