Skip to content

own lrucache? #249

@ThomasWaldmann

Description

@ThomasWaldmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions