Struct rdedup_cdc::fastcdc::FastCDC [] [src]

pub struct FastCDC { /* fields omitted */ }

FastCDC chunking

Methods

impl FastCDC
[src]

[src]

Create new FastCDC engine with default chunking settings

[src]

Create new FastCDC engine with custom chunking settings

chunk_bits is number of bits that need to match in the edge condition. CHUNK_BITS constant is the default.

Trait Implementations

impl Default for FastCDC
[src]

[src]

Returns the "default value" for a type. Read more

impl CDC for FastCDC
[src]

[src]

Find chunk edge using FastCDC defaults.