This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients dilettant, ethan.furman, methane, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-09-10.07:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473492060.19.0.407837831378.issue27350@psf.upfronthosting.co.za>
In-reply-to
Content
There are a lot of other changes in interpreter core between 3.5 and 3.5 (such as new bytecode and optimized function calls). Could you compare the performance between the version just before adding new dict implementation and the version just after this?
History
Date User Action Args
2016-09-10 07:21:00serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, methane, ethan.furman, python-dev, dilettant
2016-09-10 07:21:00serhiy.storchakasetmessageid: <1473492060.19.0.407837831378.issue27350@psf.upfronthosting.co.za>
2016-09-10 07:21:00serhiy.storchakalinkissue27350 messages
2016-09-10 07:21:00serhiy.storchakacreate