Skip to content

This Repo is based on restic, and we implement a new split algorithm to achieve higher speed.

License

Notifications You must be signed in to change notification settings

wxiacode/restic-FastCDC

Repository files navigation

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

About

This Repo is based on restic, and we implement a new split algorithm to achieve higher speed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages