Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ddbeck
on Aug 7, 2011
|
parent
|
context
|
favorite
| on:
Understanding Python Decorators
While not actually called memoize, Python 3.2 ships with the lru_cache decorator in the standard library module functools.
http://docs.python.org/dev/library/functools.html#functools....
kingkilr
on Aug 7, 2011
[–]
I'm aware, there was also almost an LFU cache decorator in there.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
http://docs.python.org/dev/library/functools.html#functools....