Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Data-ID to chunking algorithm compatible with other implementations. #88

Open
titusz opened this issue Jun 30, 2020 · 0 comments

Comments

@titusz
Copy link
Member

titusz commented Jun 30, 2020

Recently some implementations of FastCDC in different programming languages have shown up that are compatible to each other:

https://github.com/ronomon/deduplication
https://github.com/nlfiedler/fastcdc-rs
https://github.com/titusz/fastcdc-py

We should join this development and update the Data-ID chunking algorithm to be in line with those implementations. We also should implement an optional accelerated version as the 5 MB/s of a pure python version is a major performance bottleneck.

@titusz titusz added this to the Version 1.1 milestone Jun 30, 2020
@titusz titusz self-assigned this Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant