turbolent / collection-view

UICollectionView for the web
MIT License
67 stars 7 forks source link

Implementation of Paul Heckel's diff algorithm #7

Closed turbolent closed 6 years ago

turbolent commented 6 years ago

Implement Paul Heckel's diff algorithm, described in the paper "A technique for isolating differences between files".

Efficiently calculate removed, added, changed, and moved elements

turbolent commented 6 years ago

Implemented in a separate library: https://github.com/turbolent/heckel-diff-items