go-rabin icon indicating copy to clipboard operation
go-rabin copied to clipboard

Rabin hashing and content-defined chunking for Go

Results 2 go-rabin issues
Sort by recently updated
recently updated
newest added

Why https://github.com/restic/chunker is not suitable? What's difference?

The documentation is not clear whether a single table retrieved from `NewTable` can be passed to multiple `NewChunker` and be used concurrently. The logic in `rabin.go` seems to indicate that...