New submission from Raymond Hettinger: 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.
---------- assignee: serhiy.storchaka components: Library (Lib) messages: 276832 nosy: rhettinger, serhiy.storchaka priority: normal severity: normal status: open title: Consider using lru_cache for the re.py caches type: performance versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28193> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com