Closed JustinDrake closed 7 years ago
See here. The default is to use a block size of DefaultBlockSize int64 = 1024 * 256
. Another block size can be specified using size-*
. There's also the rabin-*
chunker which uses rabin-[min]-[avg]-[max]
.
As far as I can tell, the Rabin chunker is a "Content Defined Chunker" to improve deduplication. See here.
This issue has been moved to https://discuss.ipfs.io/t/which-chunking-algorithms-are-available/363.
The
ipfs add
command has the following flag:What chunking algorithms are available?