That way works.  If your app is still fast then keep doing it that way.
Else you can write an object hash or tostring method that is based on the
objects values and test something like o.hash() == o2.hash()

On Jun 6, 2010 2:38 PM, "אריה גלזר" <[email protected]> wrote:

OK. so i need a "as efficient as possible" solution to compare 2 objects. A
note is that i'm coparing objects that come from JSON, so they can only hold
JSONable values.
what i'm doing right now is simply JSON.encode them and then compare the
strings. I am assuming that for browser with native json support this should
be faster than iterating them both (especially true for objects, which need
to be checked by keys as well).
Do you think this method is a good one? is there a better way of doing this?


-- 
Arieh Glazer
אריה גלזר
052-5348-561
5561

Reply via email to