Open stephank opened 10 years ago
003348f5490fd5bca98fa12f489ab93d12d6e016 implements greedy search, without refinements, as described in the paper.
Unassigned myself, because I currently don't have a need to implement additional performance improvements in array diffing.
Diffing arrays is particularly inefficient when changes trigger the full LCS algorithm. Implementing Myers' algorithm should be a significant speed-up.
(Leaving this as a note for myself, no time to tackle the issue right now.)