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 ncoghlan
Recipients barry, brett.cannon, ezio.melotti, ncoghlan, pitrou, pjenvey, rhettinger, zzzeek
Date 2012-11-03.15:08:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351955289.94.0.826976355288.issue16389@psf.upfronthosting.co.za>
In-reply-to
Content
Now that Brett has a substantial portion of the benchmark suite running on Py3k, we should see a bit more progress on the PyPy-inspired speed.python.org project (which should make it much easier to catch this kind of regression before it hits a production release).

In this case, as I noted in my earlier comment, I think the 3.3 changes to make_key broke an important single-argument fast path that the re module was previously relying on, thus the major degradation in performance on a cache hit. I haven't looked into setting up the benchmark suite on my own machine though, so we won't know for sure until either I get around to doing that, or someone with it already set up tries the change I suggested above.
History
Date User Action Args
2012-11-03 15:08:10ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, rhettinger, pitrou, pjenvey, ezio.melotti, zzzeek
2012-11-03 15:08:09ncoghlansetmessageid: <1351955289.94.0.826976355288.issue16389@psf.upfronthosting.co.za>
2012-11-03 15:08:09ncoghlanlinkissue16389 messages
2012-11-03 15:08:09ncoghlancreate