Package aalto-xml: Information
Source package: aalto-xml
Version: 1.0.0-alt1_5jpp8
Build time: Apr 16, 2018, 12:49 AM
Category: Development/Java
Report package bugHome page: http://wiki.fasterxml.com/AaltoHome
License: ASL 2.0
Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2)
Description:
The Aalto XML processor is a StAX XML processor implementation. It is not directly related to other existing mature implementations (such as Woodstox or Sun Java Streaming XML Parser), although it did come about as a prototype for evaluating implementation strategies that differ from those traditionally used for Java-based parsers. Two main goals (above and beyond stock StAX/SAX API implementation) are: A. Ultra-high performance parsing by making the Common Case Fast (similar to original RISC manifesto). This may mean limiting functionality, but never compromising correctness. XML 1.0 compliance is not sacrificed for speed. A. Allowing non-block, asynchronous parsing: it should be possible to "feed" more input and incrementally get more XML events out, without forcing the current thread to block on I/O read operation.
Maintainer: Igor Vlasenko
Last changed
April 15, 2018 Igor Vlasenko 1.0.0-alt1_5jpp8
- java update
Nov. 15, 2017 Igor Vlasenko 1.0.0-alt1_4jpp8
- new version