Version 1 of DiffUtilTcl

Updated 2010-06-01 19:36:53 by kbk

Peter Spjuth: A long going project of mine is now on GitHub: http://github.com/pspjuth/DiffUtilTcl

It is basically an LCS diff algorithm implemented in C on top of Tcl's API, thus giving full Unicode and VFS support.

It is closing in on release worthy, so, more to be written...


KBK: This looks great! I wonder if we should adapt tcllib's LCS procedures so that they attempt to find it, and fall back on the Tcl code only if it's not found. (The Tcl code was surprisingly fast, which is why I personally never got around to doing a C one.)


Category Package