Rohland / htmldiff.net

Html Diff algorithm for .NET
MIT License
288 stars 83 forks source link

Performance improvement #13

Closed nullptre closed 9 years ago

nullptre commented 9 years ago

In general this pull request contains improved version of method HtmlDiff.FindMatch() that now executes much faster, especially with large texts. With some test it takes only 6 seconds vs 3.5 min. There is also small refactoring: some types are moved to separate files to lighten Diff.cs file.