Message 279664 - Python tracker (original) (raw)
Message279664
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:44 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, methane, python-dev, xiang.zhang |
2016-10-29 07:57:44 | serhiy.storchaka | set | messageid: 1477727864.22.0.176830654648.issue28199@psf.upfronthosting.co.za |
2016-10-29 07:57:44 | serhiy.storchaka | link | issue28199 messages |
2016-10-29 07:57:43 | serhiy.storchaka | create |