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
I created a benchmark suite to test multiple JSON diff frameworks head-to-head: https://github.com/justsml/json-diff-performance
It's coverage is hardly complete, but it's pretty easy to extend - main goals were testing ops/sec and output string byte length.
Hope this helps in performance tuning and comparing various library techniques.
The text was updated successfully, but these errors were encountered:
28MB input files. jsondiffpatch around 3 minutes. this library 20+ minutes (aborted)
Sorry, something went wrong.
No branches or pull requests
I created a benchmark suite to test multiple JSON diff frameworks head-to-head: https://github.com/justsml/json-diff-performance
It's coverage is hardly complete, but it's pretty easy to extend - main goals were testing ops/sec and output string byte length.
Hope this helps in performance tuning and comparing various library techniques.
The text was updated successfully, but these errors were encountered: