Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

block recycling #132

@l-jonas

Description

@l-jonas

When a file is changed, the file is downloaded again and not only the changed parts. The same applies if a file with equal blocks was already downloaded. This should be changed.

Idea: A BlockCache interface which can be provided by a dummy implementation (which does nothing) or an implementation which uses downloaded files (where the download was completed) and extra temp files (which would cache blocks for canceled downloads).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions