Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide visual representation of deduplication analysis. #21

Open
Lakshmipathi opened this issue Aug 13, 2020 · 0 comments
Open

Provide visual representation of deduplication analysis. #21

Lakshmipathi opened this issue Aug 13, 2020 · 0 comments
Assignees
Labels

Comments

@Lakshmipathi
Copy link
Owner

Lakshmipathi commented Aug 13, 2020

This is just fun task :) Provide analysis results in visual format.

Two files with duplicate data detected by smaller chunk size 256KB.
fn_abcd_512kb_2048kb_fn_axyz_512kb_2048kb256

Same two files with no duplicate data since it uses 1024KB as chunk size.
fn_abcd_512kb_2048kb_fn_axyz_512kb_2048kb1024

Whole file with duplicate data.

fn_abcd_1m_4m_fn_abcdabcd_1m_8m64

Changes are available under visualize branch.

@Lakshmipathi Lakshmipathi self-assigned this Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant