Message109447
| Author | mrabarnett |
|---|---|
| Recipients | akitada, akuchling, amaury.forgeotdarc, brian.curtin, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr |
| Date | 2010-07-07.01:45:20 |
| SpamBayes Score | 0.009514915 |
| Marked as misclassified | No |
| Message-id | <1278467122.97.0.305436163336.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As a crude guide of the speed difference, here's Python 2.6:
re regex
bm_regex_compile.py 86.53secs 260.19secs
bm_regex_effbot.py 13.70secs 8.94secs
bm_regex_v8.py 15.66secs 9.09secs
Note that compiling regexes is a lot slower. I concentrated my efforts on the matching speed because regexes tend to be compiled only once, so it's not as important.
Matching speed should _at worst_ be comparable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-07 01:45:23 | mrabarnett | set | recipients: + mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray, brian.curtin |
| 2010-07-07 01:45:22 | mrabarnett | set | messageid: <1278467122.97.0.305436163336.issue2636@psf.upfronthosting.co.za> |
| 2010-07-07 01:45:21 | mrabarnett | link | issue2636 messages |
| 2010-07-07 01:45:20 | mrabarnett | create | |