Okay, I take it that the current implementation makes it impossible to bring file comparisons to be on par with the diff programs mentioned above. No biggie, I'll just keep switching the methods or use a third-party software if that proves to be too annoying.
Edit for clarification:
Edit for clarification:
I meant doing method 1 for a line, then re-doing the comparison for a line using method 0, then picking the one with less differences (i.e. not 2 methods at the same time combined), that's not exponential.Every single character would have to be checked individually whether it could be an insertion or a replacement, which would make the compare time increase exponentially with every single character.
Statistics: Posted by _m_ — 2025-01-21, 14:54 UTC