in reply to Re: Tree comparisons
in thread Tree comparisons

I really need the specific differences - in a structure similar to what im returning. This is part of a big data crunching system that cleans up government public record data.

Replies are listed 'Best First'.
Re^3: Tree comparisons
by jZed (Prior) on Jun 22, 2004 at 22:13 UTC
    I wonder if doing the simple Dumper comparison first and only doing your bit if the first fails might save time?
      I just updated the root node, which will explain why i cannot use Dumper as you suggested. Good idea, just wont work for this app.