On Fri, Nov 2, 2012 at 8:42 PM, Brett Cannon <br...@python.org> wrote:
> Issue filed for the performance issue: http://bugs.python.org/issue16390
>
> With that change and running on tip of Mako on my laptop now reports 1.25x
> slower which is much better than it was. This performance issue might also
> explain why all of the regex compilation benchmarks are worse under Python
> 3.3 by a decent margin.
>
> On Fri, Nov 2, 2012 at 2:16 PM, Philip Jenvey <pjen...@underboss.org> wrote:
>>
>> lru_cache on re._compile_typed

I would like to warn you about modifying benchmarks like this (or
frameworks). Why is it relevant anyway?
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to