Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

How to evenly distribute files across peers using sparse downloads? #242

@metanomial

Description

@metanomial

I am looking to add functionality for volunteer archival in an app, in such a way that the user can specify an arbitrary amount of space, and the application will download as many files from the Dat archive as possible. My current working solution is just to pick files at random up to the storage limit.

The problem is that users can also specify certain files to download before filling the rest of the space at random. And since some files are more popular than others, the distribution becomes uneven across the network.

Is there a way to estimate file redundancy as to download the least redundant files first?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions