Message270167
Ah so it seems. Somehow I thought __format__ was slotted, but that is not the case and it needs to be looked up, and what is worse, of course a tuple needs to be built as well.
Oh well, at least it should be quite minimal to make it be faster than `f(x)` there, which necessarily has one extra bound method call and interpretation of format string as the overhead, so there's minimally at least 30 % performance boost to achieve. |
|
Date |
User |
Action |
Args |
2016-07-11 09:25:06 | ztane | set | recipients:
+ ztane, mjpieters, eric.smith, serhiy.storchaka, Demur Rumed |
2016-07-11 09:25:06 | ztane | set | messageid: <1468229106.08.0.0317984525672.issue27078@psf.upfronthosting.co.za> |
2016-07-11 09:25:06 | ztane | link | issue27078 messages |
2016-07-11 09:25:05 | ztane | create | |
|