I also researched the best diff algorithm. Google's diff-match-patch [1] library produce very good diffs for example. But I found that the best diffs are produced by wikidiff2 [2], the MediaWiki diff engine. Both engines produce word-by-word diff.[1]: https://github.com/google/diff-match-patch
[2]: https://www.mediawiki.org/wiki/Wikidiff2
steerablesafe|6 years ago
Buetol|6 years ago
[1]: https://github.com/wikiwho/WikiWho
[2]: https://pypi.org/project/git-word-blame/