Message333493
| Author | serhiy.storchaka |
|---|---|
| Recipients | larry, scoder, serhiy.storchaka, vstinner, xtreak |
| Date | 2019-01-11.17:23:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547227423.56.0.534129229054.issue35582@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Just inlining the arg tuple unpacking in iter() give only 10% speed up. I would not apply this optimization for such small difference. But with converting it to fast call it looks more interesting. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-11 17:23:45 | serhiy.storchaka | set | recipients: + serhiy.storchaka, scoder, vstinner, larry, xtreak |
| 2019-01-11 17:23:43 | serhiy.storchaka | set | messageid: <1547227423.56.0.534129229054.issue35582@roundup.psfhosted.org> |
| 2019-01-11 17:23:43 | serhiy.storchaka | link | issue35582 messages |
| 2019-01-11 17:23:43 | serhiy.storchaka | create | |