Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking the same thing LOL.

I wish there were more details about otterlink since the author mentioned it.

One other question: why doesn't the author use b3sum instead of xxhsum because b3sum is much faster especially when dealing with much larger files. I just searched for benchmarks to prove that, and ran into fletcher4 as well but fletcher4 has risks of hash collisions so b3sum is still better.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Fast block-level file diffs (e.g. for VM disk images) using CoW filesystem metadata

Check out the technical writeup [here](https://cognition.ai/blog/blockdiff).

## Usage

### File snapshots
Expand Down