-
-
Notifications
You must be signed in to change notification settings - Fork 827
Closed
Description
borg currently is usually precisely refcounting objects. this ticket is split off from #7377 to focus on refcounting here only:
- precise refcounting 0..N (like currently done in borg)
- is
object_still_needed = bool(refcount > 0)all we really need?
Reactions are currently unavailable