Do not follow this link

~joshleeb/fastcdc

Implementation of the FastCDC chunking algorithm
Minor updates to docs
Move mask generation to private module
Add chunking iterator

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~joshleeb/fastcdc
read/write
git@git.sr.ht:~joshleeb/fastcdc

You can also use your local clone with git send-email.

#fastcdc

An implementation of the FastCDC algorithm for content-defined chunking.

FastCDC builds on the Gear-based CDC function with the following improvements.

  1. simplified and enhanced hash judgement;
  2. sub-minimum chunk cut-point skipping; and
  3. normalized chunking.

For more details, sett the FastCDC [1] paper which this implementation is based on.

#References

Do not follow this link