I just looked at the performance of Firefox (nightly build) and Chrome on the DOM tests of GetElementByName GetElementByTag GetElementByClass and there are huge differences. Firefox is 100 times faster on GetElementByTag, and Chrome is 100 times faster on GetElementByName and GetElementByClass. Is this a real result, and is it due to an indexing choice? If we can make GetElementByTag as fast as by name and class, it will help benchmark scores a lot.
-- We can IMAGINE what is not --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
