Expand description
Content-Defined Chunking (CDC) for similarity-preserving data splitting.
Implements the FastCDC-inspired gear rolling hash algorithm from iscc-core. Splits byte data into variable-size chunks with content-dependent boundaries, enabling similarity detection across different versions of binary data.
Functionsยง
- alg_
cdc_ chunks - Split data into content-defined chunks.