jsdiff icon indicating copy to clipboard operation
jsdiff copied to clipboard

Compare with diff-match-patch

Open ExplodingCabbage opened this issue 2 years ago • 0 comments

  • Are there optimizations we should nick?
  • Should we provide a comparison in the README as suggested by @josephrocca in https://github.com/kpdecker/jsdiff/issues/225?

Key places to look seem to be:

  • https://github.com/google/diff-match-patch/blob/master/javascript/diff_match_patch_uncompressed.js
  • https://neil.fraser.name/writing/diff/

ExplodingCabbage avatar Jan 02 '24 16:01 ExplodingCabbage