Expand description
File data slicing and/or deduplication.
Structs§
- Basic
Chunker - The simplest chunker to concat all files and slice data at block size.
- CdcChunker
- The deduplicating chunker using Content Defined Chunking (CDC).
Traits§
- Chunker
- Algorithm to slice and/or deduplicate file content.