buzhash chunker / chunking algorithm #6639
Unanswered
rupertpaulson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
yes, correct. iirc, we also skip the ranges where we do not want to accept cuts (due to < CHUNK_MIN), that saves the computation of quite some of the rolling hash values. https://youtu.be/Vc0URl-GWrg?t=611 < a good explanation by restic author @fd0. rabin fingerprinting is a different algorithm than buzhash, but it is also a rolling hash and the use case is exactly the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After reading the documentation and watching this video (BTW, thanks for the nice introduction to attic/borg @ThomasWaldmann), I'm not sure if I understand the chunking algorithm correctly. That's how I understand the rolling hash chunker:
Do I get it right?
Beta Was this translation helpful? Give feedback.
All reactions