Skip to main content

Module cdc

Module cdc 

Source
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.