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 methane, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-02.17:21:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478107301.35.0.360709560594.issue28580@psf.upfronthosting.co.za>
In-reply-to
Content
There is not easy to benchmark PyDict_Next. dict.__repr__ does much hard work (calling repr() for keys and values, formatting strings). Using _testcapi.test_dict_iteration perhaps is the easiest way to measure the performance of pure PyDict_Next, but it includes creating and deallocating of dicts.
History
Date User Action Args
2016-11-02 17:21:41serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane, xiang.zhang
2016-11-02 17:21:41serhiy.storchakasetmessageid: <1478107301.35.0.360709560594.issue28580@psf.upfronthosting.co.za>
2016-11-02 17:21:41serhiy.storchakalinkissue28580 messages
2016-11-02 17:21:41serhiy.storchakacreate