mirror of
https://github.com/octoleo/restic.git
synced 2024-11-17 10:35:17 +00:00
bff635bc5f
So, `dep` got an nice new feature to remove tests and non-go files from `vendor/`, and this brings the size of the vendor directory from ~300MiB down to ~20MiB. We don that now. |
||
---|---|---|
.. | ||
.travis.yml | ||
chunker.go | ||
doc.go | ||
LICENSE | ||
polynomials.go | ||
README.md |
The package chunker
implements content-defined-chunking (CDC) based on a
rolling Rabin Hash. The library is part of the restic backup
program.
An introduction to Content Defined Chunking can be found in the restic blog post Foundation - Introducing Content Defined Chunking (CDC).
You can find the API documentation at https://godoc.org/github.com/restic/chunker