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§
- Chunking
Config - Chunk configuration for content-defined chunking
- Dedup
Block Store - Deduplicating block store wrapper
- Dedup
Stats - Deduplication statistics