[issue16465] dict creation performance regression

Raymond Hettinger report at bugs.python.org
Wed Nov 14 02:23:33 CET 2012


Raymond Hettinger added the comment:

> Does this regression impact any real-world program?

That is a blow-off response.  A huge swath of the language is affected by dictionary performance (keyword args, module lookups, attribute lookup, etc).  Most programs will be affected to some degree -- computationally bound programs will notice more and i/o bound programs won't notice at all.

----------
nosy: +rhettinger
priority: normal -> high

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


More information about the Python-bugs-list mailing list