Studio History - Delta Versioning in JS
github.com
Studio History - Delta Versioning in JS
1–2 of 2 posts
Re: Studio History - Delta Versioning in JS
#2When i first saw it, I wondered why they didn't just use google's awesome diff-match-patch library - http://code.google.com/p/google-diff-match-patch/
Then, I looked at the source code and saw that it actually was just a thin wrapper around diff-match-patch.
:(