Skip to content

Deduplication detection under Fixed-Size Chunking with SHA-1 hash function: 1.derive dedupe rate and 2.output fingerprints as a file

Notifications You must be signed in to change notification settings

RonShih/Fingerprint-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Execution

python3 hash.py

This program achieves following functions:

  • Derive deduplication rate of input with different chunks size
  • Output fingerprints file for future use (e.g., storage simulator).
  • Estimate metadata overhead produced by dedup under CAFTL mechanism for SSD.
    • Mapping: Primary Mapping Table (PMT) and Secondary Mapping Table (SMT)
    • Out of Band (OOB): implemented by Reverse Mapping for storing metadata

About

Deduplication detection under Fixed-Size Chunking with SHA-1 hash function: 1.derive dedupe rate and 2.output fingerprints as a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages