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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2016-09-17.20:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474142764.79.0.545149885627.issue28193@psf.upfronthosting.co.za>
In-reply-to
Content
The last time we applied the LRU cache to the re.py module, the overhead of the pure python version resulted in a net performance decrease.  But now we have a highly performance C version and should consider reinstating the code.
History
Date User Action Args
2016-09-17 20:06:04rhettingersetrecipients: + rhettinger, serhiy.storchaka
2016-09-17 20:06:04rhettingersetmessageid: <1474142764.79.0.545149885627.issue28193@psf.upfronthosting.co.za>
2016-09-17 20:06:04rhettingerlinkissue28193 messages
2016-09-17 20:06:04rhettingercreate