Hi,
Hashdiff uses LCS by default when comparing arrays. This algorithm produces a friendlier and easier to read diff for humans, but at high cost O(n2).
Would you consider a patch to either disable LCS or perhaps to allow switching it off via the command line? I'd happy to prepare it.
Thanks.
Hi,
Hashdiff uses LCS by default when comparing arrays. This algorithm produces a friendlier and easier to read diff for humans, but at high cost O(n2).
Would you consider a patch to either disable LCS or perhaps to allow switching it off via the command line? I'd happy to prepare it.
Thanks.