kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
7.75k stars 491 forks source link

Speed up algorithm by not considering diagonals that take us off the edge of the graph #448

Closed ExplodingCabbage closed 7 months ago

ExplodingCabbage commented 7 months ago

Resolves https://github.com/kpdecker/jsdiff/issues/163