php-htmldiff icon indicating copy to clipboard operation
php-htmldiff copied to clipboard

inefficient diff?

Open jamienk opened this issue 11 years ago • 3 comments

I run this on these two strings:

  1. "Lot of words"
  2. "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?

jamienk avatar Feb 09 '14 22:02 jamienk

Same Problem here. Can we optimize this?

alexsuter avatar Sep 19 '14 11:09 alexsuter

+1 Same trouble

iBorodai avatar Feb 19 '15 15:02 iBorodai

Anyone know which of the forks may have solved this?

Renobird avatar Apr 14 '15 21:04 Renobird