]> granicus.if.org Git - python/commit
Improve the memory utilization (and speed) of functools.lru_cache().
authorRaymond Hettinger <python@rcn.com>
Fri, 16 Mar 2012 08:16:31 +0000 (01:16 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 16 Mar 2012 08:16:31 +0000 (01:16 -0700)
commitec0e91045ef57e023cb57db7ef017a1ad79f4bdd
treecb2e17b773d23f1bd0824a1bdda1667c5af3c5f2
parent2a1e74a07575847112da4c06cfd2159ef5084639
Improve the memory utilization (and speed) of functools.lru_cache().
Lib/functools.py
Misc/NEWS