OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] [basic question] Fastest XML Parser.

[ Lists Home | Date Index | Thread Index ]

Uday Subbarayan wrote:

> Folks,
>       Is libxml2 is the fastest XML parser in Linux (just for parsing) ?
> 

I'm not sure that's a meaningful question. Parsing speed depends heavily 
on the nature of the documents. In particular some parsers perform much 
better on small documents than other parsers while performing worse on 
larger documents and vice versa. There are other document 
characteristics that may make one parser faster or slower than another, 
but in practice document size seems to be the biggest issue.

Plus, pure parsing performance is rarely at issue. Normally the speed 
with which a parser can supply the parsed data to the client application 
also matters. Indeed in some models that build trees this eats a lot 
more time than the actual parsing.

-- 
Elliotte Rusty Harold  elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS