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 pitrou
Recipients brett.cannon, ezio.melotti, ncoghlan, pitrou, pjenvey, rhettinger, zzzeek
Date 2012-11-02.20:17:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351887420.3430.1.camel@localhost.localdomain>
In-reply-to <1351887094.34.0.61287768967.issue16389@psf.upfronthosting.co.za>
Content
> Ditching the statistics only sped up regex_compile by 2%.

Does explicit compiling even go through the cache?
Regardless, the issue here is with performance of cache hits, not cache
misses. By construction, you cache something which is costly to compute,
so the overhead of a cache miss won't be very noticeable.
History
Date User Action Args
2012-11-02 20:17:25pitrousetrecipients: + pitrou, brett.cannon, rhettinger, ncoghlan, pjenvey, ezio.melotti, zzzeek
2012-11-02 20:17:25pitroulinkissue16389 messages
2012-11-02 20:17:25pitroucreate