VTD-XML data analysis performance (critical speed factor). Request feedback / comments

I'm going to use VTD-XML (found at http://vtd-xml.sourceforge.net/ ), but I'm interested in getting real-time feedback from anyone who has used the library and has any comments.

There are tests in the URL ( http://vtd-xml.sourceforge.net/ ), but if someone used VTD-XML and has comments on it, I would like to hear them. Speed ​​is the deciding factor in the application, and comments after real use by developers are what I'm looking for.

Hi,

+3
source share
3 answers

VTD-XML performance has been measured by a number of sources, some of which are listed below.

+4

VTD-XML XPath. DOM XPath , 20 17 . SAX, SAX XPaths, " " . VTD-XML, xml 20 !

+8

I found that VTD-XML was really faster for parsing and XPAth, but I found that XPath uses a lot more memory than the DOM. In addition, Java version 2.10 simply did not work with attributes and XPath, so that was not the case.

+1
source

Source: https://habr.com/ru/post/1738640/


All Articles