Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 512 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 512 Bytes

The original package chunker implements content-defined-chunking (CDC) based on a rolling Rabin Hash.

An introduction to Content Defined Chunking can be found in the restic blog post Foundation - Introducing Content Defined Chunking (CDC).

Now we implement FastCDC algorithm instead of original CDC, and we achieve higher speed.

The paper about FastCDC is here