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 methane
Recipients dilettant, ethan.furman, methane, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-09-10.11:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473506817.22.0.996054138454.issue27350@psf.upfronthosting.co.za>
In-reply-to
Content
3% slowdown in microbench is not surprising.
Compact dict introduces one additional indirection.

Instead, I've added freelist for most compact PyDictKeys.
So I think overall performance is almost same to before compact dict.
History
Date User Action Args
2016-09-10 11:26:57methanesetrecipients: + methane, rhettinger, vstinner, ethan.furman, python-dev, serhiy.storchaka, dilettant
2016-09-10 11:26:57methanesetmessageid: <1473506817.22.0.996054138454.issue27350@psf.upfronthosting.co.za>
2016-09-10 11:26:57methanelinkissue27350 messages
2016-09-10 11:26:57methanecreate