Open xidianwlc opened 4 years ago
when a file is 1TB then csvdiff was slow and cpu used too much
you can use binary diff algorighm
if xxHash(src multilines) == xxHash(dst multilines) then continue else compare line by line
Will you be able to share some stats about this:
when a file is 1TB then csvdiff was slow and cpu used too much
you can use binary diff algorighm
if xxHash(src multilines) == xxHash(dst multilines) then continue else compare line by line