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 akuchling
Recipients akuchling, ezio.melotti, georg.brandl, loewis, pitrou
Date 2010-02-17.15:13:57
SpamBayes Score 6.195864e-07
Marked as misclassified No
Message-id <1266419639.1.0.451739250165.issue7593@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I really want someone to verify that measurement.  As a control, I tried running the call_method benchmark (after a few more xrange fixes).  The Python 3.x trunk version with my patch is measured as 1.0227x slower, even though the patch only touches the re module and call_method doesn't use the module at all.  I recompiled both binaries; both builds are using the same compiler arguments; both have the same version from trunk.  I'm mystified about why the patched version is slower.
History
Date User Action Args
2010-02-17 15:13:59akuchlingsetrecipients: + akuchling, loewis, georg.brandl, pitrou, ezio.melotti
2010-02-17 15:13:59akuchlingsetmessageid: <1266419639.1.0.451739250165.issue7593@psf.upfronthosting.co.za>
2010-02-17 15:13:57akuchlinglinkissue7593 messages
2010-02-17 15:13:57akuchlingcreate