Skip to content

Support for rabin chunking files #8

Description

@webglider

This project is awesome! I've always wanted to implement a userspace content addressable filesystem and one fine day I found this which does it in just a few lines of js code : )

Instead of content addressing at the file level, how about splitting files into chunks using rabin fingerprints and content addressing those. That would improve deduplication, make snapshotting more space-efficient and also speed up synchronization.

Thoughts about this? Would it be worth the overhead?
I'm interested in implementing this functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions