Message332341
Thanks Serhiy, the other issue noted about performance improvement removing casefold and I thought re.search per call to be inefficient. My bad that I didn't consider the cost of moving the compilation to module level that affects import time and about using -X importtime. I agree that the cost is not worthy given that regex is used only inside b16decode. I will keep these factors in mind when I am doing similar sort of work and try to do a better analysis. |
|
| Date |
User |
Action |
Args |
| 2018-12-22 09:20:06 | xtreak | set | recipients:
+ xtreak, barry, pitrou, scoder, serhiy.storchaka, djhoulihan |
| 2018-12-22 09:20:04 | xtreak | set | messageid: <1545470404.03.0.98272194251.issue35559@roundup.psfhosted.org> |
| 2018-12-22 09:20:04 | xtreak | link | issue35559 messages |
| 2018-12-22 09:20:03 | xtreak | create | |
|