[pypy-issue] [issue1022] dict.update significantly slower than series of dict.__setitem__

Carl Friedrich Bolz tracker at bugs.pypy.org
Thu Apr 24 16:27:44 CEST 2014


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

by now our **args handling is much better, so the .update version is only 4x
slower than individual setitems. that seems reasonable to me, so I am closing
for now. If somebody really needs this a lot faster something could be unrolled,
please reopen the issue in that case.

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

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


More information about the pypy-issue mailing list