php-htmldiff
php-htmldiff copied to clipboard
inefficient diff?
I run this on these two strings:
- "Lot of words"
- "not very many letters"
and I get the result:
~~Lot~~not ~~of~~very ~~words~~many letters
Instead of
~~Lot of words~~not very many letters
Isn't this not very good?
Same Problem here. Can we optimize this?
+1 Same trouble
Anyone know which of the forks may have solved this?