[EMAIL PROTECTED] (Chris Dolan) writes: > This is very much not my area, so I don't know if this is a good or > bad recommendation, but here goes anyway... :-) > > Algorithm::Diff has an LCS function. It's not very fast, but it has > worked well for my purposes in the past.
I'm cc-ing MJD in case he has any comments (see my previous posts for more info) The LCS algorithm used in the Algorithm::Diff module seems to be quite generic, and does not (as far as I can tell) use the bitstring XOR approach. Maybe that would be a speed improvement, actually. Thanks Ted
