[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: When parsing speed matters (was Re: No XML Binaries? Buy H

  • From: Boris Kolpackov <boris@c...>
  • To: xml-dev@l...
  • Date: Tue, 27 Feb 2007 20:37:56 +0000 (UTC)

Re: When parsing speed matters (was Re:  No XML Binaries? Buy H
Hi,

Richard Salz <rsalz@u...> writes:

> It can be a pretty compelling argument  when you tell someone that
> they can do full XML security, schema validation, threat prevention,
> etc., with absolutely no additional cost to their application
> deployment.

I think a more compelling argument would be the speedup of the
application itself. An appliance does XML parsing and schema
validation (which includes a major chunk of data extraction
[what Noah calls deserialization] and dispatching) but then
it throws all that expensive work away when instead it could
pack it all up in an efficient, schema-aware binary format
and forward that to the application.

I did a quick test to verify this. Our data binding product can
save the object model in CDR (binary data format used in CORBA).
I measured the time it takes to extract that object model from such
a CDR representation against parsing the original XML using Expat
with do-nothing SAX handlers. This is not really a fair comparison
since the CDR test creates a complete object model which an
application can use right away while the SAX test lacks the data
extraction stage.

The XML instance (300Kb) and XML Schema were taken from a real
application developed by one of our clients. It contains mostly
strings which also favors the SAX test. The comparison shows
that the CDR extraction and object model instantiation is almost
twice as fast as just XML parsing.


-boris


-- 
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.