For Programmers: Free Programming Magazines  


Home > Archive > C# > April 2006 > VTD-XML 1.6 in C#









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author VTD-XML 1.6 in C#
Jimmy Zhang

2006-04-25, 7:09 pm

XimpleWare is proud to announce the release of version 1.6 of VTD-XML,
the next generation open-source XML parser that goes beyond DOM and
SAX in terms of performance, memory usage and ease of use. It is now
available in C, Java and C#.

Some of the technical highlights of VTD-XML are:

*Random Access: VTD-XML is designed to be random-access capable
with built-in XPath support.
*Performance: VTD-XML's typical performance is between five
to ten times faster than DOM's, easily making it the world's
fastest XML parser.
*Memory Usage: The memory that VTD-XML consumes is typically 1.3
to 1.5 times the size of the XML document--a reduction of 3x to
5x over DOM.
*A Simple and Intuitive API: VTD-XML also features an
easy-to-understand, cursor-based API significantly simpler than
DOM's node-based API

Some benchmark results in Java (but we expect the same thing in C#)

http://www.javaworld.com/javaworld/...7-simplify.html


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com