in reply to Re: using Algorithm::Diff for floats
in thread using Algorithm::Diff for floats

It would be nice if Algorithm::Diff took a custom comparator function rather than a keygen function I think.

Then use Algorithm::DiffOld instead (inlcuded with Algorithm::Diff). It is slower, of course.

- tye        

Replies are listed 'Best First'.
Re^3: using Algorithm::Diff for floats (DiffOld.pm)
by BrowserUk (Patriarch) on Jul 27, 2004 at 22:47 UTC

    Thanks. I'd never even noticed that I had the old version on my machine. I'll have a play. Maybe it will highlight whether it's my code at fault or whether there is a bug in the new version.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon