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 serhiy.storchaka
Recipients barry, brett.cannon, ezio.melotti, jcea, ncoghlan, pitrou, pjenvey, rhettinger, serhiy.storchaka, zzzeek
Date 2012-11-06.16:46:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> I think the lru_cache should be kept if possible (i.e. I'm -0.5 on your patch).

This patch is only to show the upper level to which should be sought.  I tried to optimize lru_cache(), but got only 15%.  I'm afraid that serious optimization is impossible 
without rewriting lru_cache() on C.

>   2) avoid using it for regular expressions compiled with re.compile;

I do not see how it can significantly affect performance.
History
Date User Action Args
2012-11-06 16:46:02serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, rhettinger, jcea, ncoghlan, pitrou, pjenvey, ezio.melotti, zzzeek
2012-11-06 16:46:02serhiy.storchakalinkissue16389 messages
2012-11-06 16:46:01serhiy.storchakacreate