Message73955
I haven't yet found out how to turn on compression when getting the
branches, so I've only looked at
lp:~pythonregexp2.7/python/issue2636+01+09-02+17+18+19+20+21+24+26. I
did see that the SRE_FLAG_REVERSE flag was missing.
BTW, I ran re.findall(r"(?m)^(.*re\..+\\m)$", text) where text was 67MB
of emails. Python v2.5.2 took 2.4secs and the new version 5.6secs. Ouch!
I added 4 lines to _sre.c and tried again. 1.1secs. Nice! :-) |
|
Date |
User |
Action |
Args |
2008-09-28 02:52:01 | mrabarnett | set | recipients:
+ mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, rsc, timehorse, mark |
2008-09-28 02:52:01 | mrabarnett | set | messageid: <1222570321.13.0.591671645374.issue2636@psf.upfronthosting.co.za> |
2008-09-28 02:52:00 | mrabarnett | link | issue2636 messages |
2008-09-28 02:51:59 | mrabarnett | create | |
|