restic/vendor/github.com/restic/chunker
Alexander Neumann bff635bc5f Update dependencies, enable pruning for vendor/
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.
2018-08-01 21:32:15 +02:00
..
.travis.yml Upadte vendored dependencies 2017-10-22 10:07:36 +02:00
LICENSE Vendor dependencies with dep 2017-07-23 14:25:38 +02:00
README.md Vendor dependencies with dep 2017-07-23 14:25:38 +02:00
chunker.go Upadte vendored dependencies 2017-10-22 10:07:36 +02:00
doc.go Vendor dependencies with dep 2017-07-23 14:25:38 +02:00
polynomials.go Vendor dependencies with dep 2017-07-23 14:25:38 +02:00

README.md

GoDoc Build Status

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