-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Question/Beginner] Simple Diff #248
Comments
You would first chunk both files into a chunk store, creating 2 indexes. This typically happens on the "server", where you host the chunk-store and have access to the image files.
You can then use the
In the above example, 22 chunks would have to be downloaded from the store to build the Does this help? |
This was a big help. Closing as helpful. |
@folbricht Is the size listed compressed or uncompressed? I thought it was uncompressed, but tried looking at the code, but couldn't tell. |
The |
@RyuzakiKK Thank you for confirming. |
Hello,
I just started looking at this project. Looks great on first glance.
I think I cannot see the forest for the trees, with some of these examples.
Assuming I have two .raw files Old.raw and New.raw. How could I do a simple test (all local) to show what files would have to be downloaded for New.raw
The text was updated successfully, but these errors were encountered: