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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, serhiy.storchaka
Date 2017-05-11.09:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494495255.61.0.74740192935.issue30340@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m timeit -s "import re; p = re.compile(r'[a-z]|[0-9]'); s = ' '*10000+'x'"  "p.search(s)"
Unpatched:  500 loops, best of 5: 732 usec per loop
Patched:    1000 loops, best of 5: 279 usec per loop
History
Date User Action Args
2017-05-11 09:34:15serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett
2017-05-11 09:34:15serhiy.storchakasetmessageid: <1494495255.61.0.74740192935.issue30340@psf.upfronthosting.co.za>
2017-05-11 09:34:15serhiy.storchakalinkissue30340 messages
2017-05-11 09:34:15serhiy.storchakacreate