There’s likely some problem with the XML class which can be addressed, but I just added a JXON class which works very well for lightweight XML parsing.
It solved my current issue… On Dec 5, 2016, at 12:41 AM, Harbs <harbs.li...@gmail.com> wrote: > 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.