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, python-dev, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-29.07:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477727864.22.0.176830654648.issue28199@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have strong preferences, but at this moment dictresize4.patch looks a little better to me. Maybe I wrong and in future optimizations we will returned to insert_index().

Yet one opportunity for future optimization -- inline dk_get_index() and dk_set_index() and move check for indices width out of the loop. I don't know whether there is significant effect of this.
History
Date User Action Args
2016-10-29 07:57:44serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, methane, python-dev, xiang.zhang
2016-10-29 07:57:44serhiy.storchakasetmessageid: <1477727864.22.0.176830654648.issue28199@psf.upfronthosting.co.za>
2016-10-29 07:57:44serhiy.storchakalinkissue28199 messages
2016-10-29 07:57:43serhiy.storchakacreate