Message 174550 - Python tracker
Message174550
| 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:35 | pjenvey | set | recipients: + pjenvey, brett.cannon, rhettinger, ncoghlan, zzzeek |
| 2012-11-02 18:23:35 | pjenvey | set | messageid: <1351880615.07.0.187029674279.issue16389@psf.upfronthosting.co.za> |
| 2012-11-02 18:23:34 | pjenvey | link | issue16389 messages |
| 2012-11-02 18:23:34 | pjenvey | create | |