restic/chunker
Alexander Neumann 7e72d638df Add patched chunker
Referenced in https://forum.restic.net/t/restic-slice-bounds-out-of-range/2617/20
2020-04-24 20:56:45 +02:00
..
.travis.yml Add patched chunker 2020-04-24 20:56:45 +02:00
LICENSE Add patched chunker 2020-04-24 20:56:45 +02:00
README.md Add patched chunker 2020-04-24 20:56:45 +02:00
chunker.go Add patched chunker 2020-04-24 20:56:45 +02:00
chunker_test.go Add patched chunker 2020-04-24 20:56:45 +02:00
doc.go Add patched chunker 2020-04-24 20:56:45 +02:00
example_test.go Add patched chunker 2020-04-24 20:56:45 +02:00
go.mod Add patched chunker 2020-04-24 20:56:45 +02:00
polynomials.go Add patched chunker 2020-04-24 20:56:45 +02:00
polynomials_test.go Add patched chunker 2020-04-24 20:56:45 +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