[issue16465] dict creation performance regression

Serhiy Storchaka report at bugs.python.org
Tue Nov 13 17:43:59 CET 2012


Serhiy Storchaka added the comment:

I confirm that.

$ ./python -m timeit -n 1000000 '{};{};{};{};{};{};{};{};{};{}'

2.6: 0.62 usec
2.7: 0.57 usec
3.1: 0.55 usec
3.2: 0.48 usec
3.3: 1.5 usec

Randomization is not affecting it.

----------
keywords: +3.3regression
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list