Sat, 27 Apr 2024 00:08:30 UTC | login

Information for build aalto-xml-1.0.0-3.fc27

ID317
Package Nameaalto-xml
Version1.0.0
Release3.fc27
Epoch
SummaryUltra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2)
DescriptionThe 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: ° 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. ° 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:45:55 UTC
CompletedSat, 14 Apr 2018 19:45:55 UTC
Tags
f28
f29
RPMs
src
aalto-xml-1.0.0-3.fc27.src.rpm (info) (download)
noarch
aalto-xml-1.0.0-3.fc27.noarch.rpm (info) (download)
aalto-xml-javadoc-1.0.0-3.fc27.noarch.rpm (info) (download)
Changelog * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Nov 17 2016 gil cattaneo <puntogil@libero.it> 1.0.0-1 - Update to 1.0.0 * Tue Jun 14 2016 gil cattaneo <puntogil@libero.it> 0.9.11-1 - initial rpm