Diff algorithm
Issue #99
I’ve been searching for efficient ways to diff collections, here are some interesting papers that I find
Myers
- An O(ND) Difference Algorithm and Its Variations
- https://github.com/wokalski/Diff.swift
- https://github.com/kpdecker/jsdiff …
Written by