6 lines
234 B
Text
6 lines
234 B
Text
|
libdiff is a C library generating the shortest edit script, longest common
|
||
|
subsequence, and edit distance between arbitrary sequences of bytes. It derives
|
||
|
from Tatsuhiko Kubo's onp and dtl.
|
||
|
|
||
|
WWW: https://github.com/kristapsdz/libdiff
|