Closed GoogleCodeExporter closed 8 years ago
Confirmed. Investigation shows that this is the result of the line-by-line
speedup. There exist cases such as this one where this speedup is sub-optimal.
Your example is the worst I've ever seen. I need to take a closer look at
whether this speedup is worth it.
If you want a truly accurate diff, use diff_main(text1, text2, false). The
third argument (which defaults to true) controls the line-by-line speedup.
Original comment by neil.fra...@gmail.com
on 20 Jan 2011 at 1:43
[deleted comment]
Issue 46 has been merged into this issue.
Original comment by neil.fra...@gmail.com
on 13 May 2011 at 11:20
The root cause has been unexpectedly tracked down to diff_cleanupSemantic and a
changelist has been submitted for review. Should take a week before it is
published.
Original comment by neil.fra...@gmail.com
on 14 May 2011 at 3:51
Sorry for the delay. I've just pushed a new version which fixes this class of
issues. As always, the upgrade is a drop-in replacement.
Original comment by neil.fra...@gmail.com
on 3 Jun 2011 at 5:55
Original issue reported on code.google.com by
garyor...@gmail.com
on 19 Jan 2011 at 9:57Attachments: