On 2015-05-06 01:38, Walter Bright wrote:

I haven't read the Tango source code, but the performance of it's xml
was supposedly because it did not use the GC, it used slices.

That's only true for the pull parser (not sure about the SAX parser). The DOM parser needs to allocate the nodes, but if I recall correctly those are allocated in a free list. Not sure which parser was used in the test.

--
/Jacob Carlborg

Reply via email to