This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrabarnett
Recipients akitada, amaury.forgeotdarc, brian.curtin, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-09-11.23:37:24
SpamBayes Score 7.815069e-06
Marked as misclassified No
Message-id <1284248246.19.0.413289182063.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
issue2636-20100912.zip is a new version of the regex module.

More speedups. I've been comparing the speed against Perl wherever possible. In some cases Perl is lightning fast, probably because regex is built into the language and it doesn't have to parse method arguments (for some short regexes a large part of the processing time is spent in PyArg_ParseTupleAndKeywords!). In other cases, where it has to use Unicode codepoints outside the 8-bit range, or character properties such as \p{Alpha}, its performance is simply appalling! :-)
History
Date User Action Args
2010-09-11 23:37:26mrabarnettsetrecipients: + mrabarnett, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray, brian.curtin, jhalcrow
2010-09-11 23:37:26mrabarnettsetmessageid: <1284248246.19.0.413289182063.issue2636@psf.upfronthosting.co.za>
2010-09-11 23:37:24mrabarnettlinkissue2636 messages
2010-09-11 23:37:24mrabarnettcreate