An open API service indexing awesome lists of open source software.

https://github.com/restic/chunker

Implementation of Content Defined Chunking (CDC) in Go
https://github.com/restic/chunker

Last synced: about 1 year ago
JSON representation

Implementation of Content Defined Chunking (CDC) in Go

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/restic/chunker?status.svg)](http://godoc.org/github.com/restic/chunker)
[![Build Status](https://github.com/restic/chunker/workflows/test/badge.svg)](https://github.com/restic/chunker/actions?query=workflow%3Atest)

The package `chunker` implements content-defined-chunking (CDC) based on a
rolling Rabin Hash. The library is part of the [restic backup
program](https://github.com/restic/restic).

An introduction to Content Defined Chunking can be found in the restic blog
post [Foundation - Introducing Content Defined Chunking (CDC)](https://restic.github.io/blog/2015-09-12/restic-foundation1-cdc).

You can find the API documentation at
https://godoc.org/github.com/restic/chunker