[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] [ANN] Fast XML Pull Parser 0.3 released
- From: Fabrice Desré - France Telecom DR&D/MAPS/AMS <fabrice.desre@orange-ftgroup.com>
- To: John Snelson <john.snelson@oracle.com>, xml-dev@lists.xml.org
- Date: Fri, 21 Mar 2008 09:17:29 +0100
Hello John,
Interesting new project ! A few remarks :
> * Faxpp is the only XML pull parser available for C/C++.
libxml2 also support a pull mode (see
http://xmlsoft.org/html/libxml-xmlreader.html and
http://xmlsoft.org/examples/index.html#xmlReader).
> * Faxpp attempts to avoid string copies by pointing back to the parse
> buffer wherever possible. This results in performance better than even
> Expat under some benchmarks.
> * Faxpp can easily return strings in any user provided encoding.
Interesting approach. So I guess that the end to end performance depends
on wether the returned strings and the source document encoding are the
same or not ?
Fabrice
--
Fabrice Desré
France Télécom R&D/MAPS/AMS
Tél: +(33) (0)2 96 05 31 43
Fax: +(33) (0)2 96 05 39 45
http://www.francetelecom.com/rd
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]