csvdiff
csvdiff copied to clipboard
Big File compare slowly
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:
- How big was base and delta file?
- Did it finish? If so, how much time did it take?