[Python-Dev] cpython: Move make_key() out of the decorator body. Make keys that only need to be (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue May 1 12:37:51 CEST 2012
- Previous message: [Python-Dev] cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
- Next message: [Python-Dev] Open PEPs and large-scale changes for 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 01 May 2012 07:32:36 +0200 raymond.hettinger <python-checkins at python.org> wrote:
http://hg.python.org/cpython/rev/f981fe3b8bf7 changeset: 76681:f981fe3b8bf7 user: Raymond Hettinger <python at rcn.com> date: Mon Apr 30 22:32:16 2012 -0700 summary: Move makekey() out of the decorator body. Make keys that only need to be hashed once.
How does it work? A new _CacheKey instance is created at each cache lookup anyway.
Regards
Antoine.
- Previous message: [Python-Dev] cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
- Next message: [Python-Dev] Open PEPs and large-scale changes for 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]