in reply to Re: using Algorithm::Diff for floats (Updated)
in thread using Algorithm::Diff for floats
The default key generation process stringifies (the keys end up as hash keys), which removes the object nature and prevents your overloaded cmp from being called.
The only comparisons you see are for the "trim leading/trailing identical items" step that preceeds the 'longest common subsequence' algorithm (to make it faster).
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using Algorithm::Diff for floats ('bug')
by BrowserUk (Patriarch) on Jul 28, 2004 at 06:11 UTC |