Message73955
| Author | mrabarnett |
|---|---|
| Recipients | akuchling, amaury.forgeotdarc, georg.brandl, jimjjewett, mark, mrabarnett, pitrou, rsc, timehorse |
| Date | 2008-09-28.02:51:59 |
| SpamBayes Score | 0.0014374206 |
| Marked as misclassified | No |
| Message-id | <1222570321.13.0.591671645374.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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! :-) |
|
| History | |||
|---|---|---|---|
| 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 | |