Hacker News new | ask | show | jobs
by energy123 371 days ago
What diffing/patching/merging library are you working with? Or are you building your own?
1 comments

I've used google's old diff-match-patch, a faster python binding of that C++ library fast-diff-match-patch, and biopython (which amazingly supports unicode!)