emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compare-windows - synchronize points


From: Richard Stallman
Subject: Re: compare-windows - synchronize points
Date: Sat, 16 Aug 2003 12:19:10 -0400

    OK, here is quick implementation of simple quadratic algorithm.
    Seems, it works well on small differences, but fails on big ones.

How does it fail?  By taking forever, or something else?  It might be
faster if you tried using a small bound, then again with the bound
doubled, etc.

I think that computing the distance with a sum would probably be about
as good in practice, and somewhat faster.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]