Message266031
| Author | mjpieters |
|---|---|
| Recipients | eric.smith, mjpieters, ztane |
| Date | 2016-05-21.22:16:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1463868967.24.0.691012820942.issue27078@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The catalyst for this question was a Stack Overflow question I answered:
https://stackoverflow.com/questions/37365311/why-are-python-3-6-literal-formatted-strings-so-slow
Compared the `str.format()` the BUILD_LIST is the bottleneck here; dropping the LOAD_ATTR and CALL_FUNCTION opcodes are nice bonuses. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-21 22:16:07 | mjpieters | set | recipients: + mjpieters, eric.smith, ztane |
| 2016-05-21 22:16:07 | mjpieters | set | messageid: <1463868967.24.0.691012820942.issue27078@psf.upfronthosting.co.za> |
| 2016-05-21 22:16:07 | mjpieters | link | issue27078 messages |
| 2016-05-21 22:16:07 | mjpieters | create | |