We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Will you be able to share some stats about this:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: