-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
attic has its own attic.lrucache implementation of a least-recently-used cache.
Python (since 3.2) has something quite similar in stdlib:
https://docs.python.org/3/library/functools.html#functools.lru_cache
So I was wondering if there are special reasons to have attic.lrucache and not just use the stdlib stuff.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels