Skip to content

[FEATURE] implement reference counting #52

Open
@nlf

Description

@nlf

What / Why

In order to safely prune old content after storing fresh content in the cache, we need some means of knowing if the old content has now become orphaned. The fastest approach to this is reference counting.

Implementation will require

  • actually implementing reference counting
  • automating migration of old cache stores to deduplicate references and count them

Metadata

Metadata

Assignees

Labels

Enhancementnew feature or improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions