Harbs Sun, 04 Dec 2016 14:42:06 -0800
I just tried parsing a big XML file with about 5600 elements. I brought the JS engine to its knees trying to parse it.
Building the DOM was quick, but iterating all those elements just took forever… :-( I’m not sure where the problem is.