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 pjenvey
Recipients brett.cannon, ncoghlan, pjenvey, rhettinger, zzzeek
Date 2012-11-02.18:23:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351880615.07.0.187029674279.issue16389@psf.upfronthosting.co.za>
In-reply-to
Content
#9396 replaced a few caches in the stdlib w/ lru_cache, this made the mako_v2 benchmark on Python 3 almost 3x slower than 2.7

The benchmark results are good now that Mako was changed to cache the re itself, but the problem still stands that lru_cache seems to hurt the perf of inline res compared to 2.7. The fix for Mako did not affect the 2.7 benchmark numbers

See more info here:

http://mail.python.org/pipermail/python-dev/2012-November/122521.html
History
Date User Action Args
2012-11-02 18:23:35pjenveysetrecipients: + pjenvey, brett.cannon, rhettinger, ncoghlan, zzzeek
2012-11-02 18:23:35pjenveysetmessageid: <1351880615.07.0.187029674279.issue16389@psf.upfronthosting.co.za>
2012-11-02 18:23:34pjenveylinkissue16389 messages
2012-11-02 18:23:34pjenveycreate