cached-property icon indicating copy to clipboard operation
cached-property copied to clipboard

Mention functools' cached_property in the readme

Open pydanny opened this issue 5 years ago • 4 comments

This will help remove ambiguity over what to use.

pydanny avatar Feb 18 '21 18:02 pydanny

I've seen several cached_property sources:

I'd be pretty happy about an overview :-)

martin-thoma avatar Sep 28 '21 09:09 martin-thoma

Yes, please. functools.cached_property seems to be actually equivalent to threaded_cached_property, so a comparison would be nice.

mgorny avatar Nov 11 '21 07:11 mgorny

I'm open to a PR that makes the necessary changes to the README.

pydanny avatar Nov 14 '21 06:11 pydanny