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 eric.araujo, flox, ncoghlan, rhettinger
Date 2010-08-09.04:29:09
SpamBayes Score 0.020632822
Marked as misclassified No
Message-id <1281328152.15.0.700739725336.issue9396@psf.upfronthosting.co.za>
In-reply-to
Content
Applied the lru_cache() to fnmatch and re.
See r83874 r83871.

I did find a simple way to dynamically resize the maxcache, but did not apply it yet.   Will look at more applications to see if it is really needed.

Nick, thanks for the great ideas.  These changes simplified the code where they were applied and resulted in a smarter caching strategy.
History
Date User Action Args
2010-08-09 04:29:12rhettingersetrecipients: + rhettinger, ncoghlan, eric.araujo, flox
2010-08-09 04:29:12rhettingersetmessageid: <1281328152.15.0.700739725336.issue9396@psf.upfronthosting.co.za>
2010-08-09 04:29:10rhettingerlinkissue9396 messages
2010-08-09 04:29:09rhettingercreate