Tango XML Benchmarks 02/23/2008
Scott Sanders (stonecobra) has published some benchmarks for the shiny new Tango XML work that's been happening. This is what happens when Kris gets involved in some optimization of code. Sick, crazy-fast things start coming out. CommentsRobert Fraser Sat, 23 Feb 2008 18:39:39 What's this measure in? Seconds? Looks to me like std.xml is 100+ times faster than Tango. Also, where are the files & what's the whole experimental methodology? Also, why is DOM faster than SAX? Sat, 23 Feb 2008 18:50:26 Hi Robert, Sun, 24 Feb 2008 23:31:41 Nice tests. I don't use Java, but I wonder how <a href="http://woodstox.codehaus.org/">Woodstox</a> (StAX style parser, which is something like Tango's xmlpull), <a href="http://www.javolution.org/">Javolution's</a> <a href="http://www.javolution.org/api/javolution/xml/stream/XMLStreamReader.html">StAX implementation</a>, or even Tatu Saloranta's <a href="http://www.cowtowncoder.com/hatchery/aalto/index.html">Aalto XML Processor</a> (interesting because it is supposed to allow asynchronous parsing) would compare. Mon, 25 Feb 2008 08:05:18 Paul, Tue, 26 Feb 2008 21:33:43 I have written three tests for different Java parsers.. is there a way to contact you (Scott)? Wed, 27 Feb 2008 21:48:51 Paul, I included and updated the graphs, check out my blog for the latest. Leave a Reply |
RSS Feed