Module dedup

Module dedup 

Source
Expand description

Block deduplication using content-defined chunking.

This module provides transparent deduplication for block storage using FastCDC (Fast Content-Defined Chunking) algorithm.

§Features

  • FastCDC algorithm for reliable boundary detection
  • Chunk-level deduplication with reference counting
  • Deduplication statistics and savings tracking
  • Transparent block reconstruction
  • Automatic garbage collection of unreferenced chunks

Structs§

ChunkingConfig
Chunk configuration for content-defined chunking
DedupBlockStore
Deduplicating block store wrapper
DedupStats
Deduplication statistics