I also looked at those possibilities but diff is only available on Linux, where it has been integrated. For the time being I use my custom build solution. A more extensive search learned me almost every diff utility (and spell checker) has been based on the levenshtein algorithm.
________________________________
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Fri 10/15/2004 6:53 PM
To: CF-Talk
Subject: Re: Compare/Diff functionality
How about just CFEXECUTE on the `diff` command? You'll have to write
the strings to temp files, but that should be faster than your setup
if you're complaining about performance.
cheers,
barneyb
On Thu, 14 Oct 2004 22:33:16 +0200, Micha Schopman
<[EMAIL PROTECTED]> wrote:
> Does anyone found any usefull resources implementing code which shows the differences between two strings (compare versions, show appended, modified and removed words) ? I have build one myself using the Lebensthein algorithm but the algorithm is pretty CPU intensive under ColdFusion. It is very hard to find any resources on the web for this, so I was hoping on experiences.
>
>
--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/
I currently have 4 GMail invites for the taking
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

