-
-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement cached_function with weakref cache #6520
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Attachment: trac_6520_weakref-cached-function-dr.patch.gz |
comment:3
Done in #12215? |
comment:4
Replying to @mezzarobba:
I think so. |
Changed author from David Roe to none |
Reviewer: Travis Scrimshaw |
comment:5
This is the same feature as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The preliminary attached patch (taken from the Sage-Combinat patch server) implements a variant of cached_function where the cache uses weak references. Again: preliminary: the test do not pass, ...
Feedback welcome!
The first planned application is for homsets, after the category stuff #5985 will be in.
CC: @sagetrac-sage-combinat @roed314 @simon-king-jena
Component: misc
Keywords: cached function, weakref
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/6520
The text was updated successfully, but these errors were encountered: