-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
get rid of refcounts? #7379
Comments
about refcountsThey are a pain to maintain:
What are refcounts needed for?
Code using refcounts
LocalCache
AdhocCacheGuess this cache already goes half the way we need to go:
How to improve?All we need for basic
|
Updates:
|
borg currently is usually precisely refcounting objects. this ticket is split off from #7377 to focus on refcounting here only:
object_still_needed = bool(refcount > 0)
all we really need?The text was updated successfully, but these errors were encountered: