You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some noticeable performance issues when generating a diff for specific files. This Drupal yaml file in particular took about 70-80 seconds to generate a diff for.
There's some performance bottleneck somewhere in the algorithm since doing the same diff using other diffing tools like jsdiff and diffutil's diff command yields the result a lot faster.
There are some noticeable performance issues when generating a diff for specific files. This Drupal yaml file in particular took about 70-80 seconds to generate a diff for.
There's some performance bottleneck somewhere in the algorithm since doing the same diff using other diffing tools like jsdiff and diffutil's diff command yields the result a lot faster.
I've created a repository for demo purposes: https://github.com/codebymikey/diff-performance-demo
Comparing the performance difference of the shell command and the library.
Sample output from running the script:
The text was updated successfully, but these errors were encountered: