Wed, 24 Apr 2024 14:21:44 UTC | login

Information for build aalto-xml-1.0.0-5.fc28

ID36816
Package Nameaalto-xml
Version1.0.0
Release5.fc28
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 11:53:59 UTC
CompletedThu, 07 Jun 2018 11:53:59 UTC
Tags
f29
RPMs
src
aalto-xml-1.0.0-5.fc28.src.rpm (info) (download)
noarch
aalto-xml-1.0.0-5.fc28.noarch.rpm (info) (download)
aalto-xml-javadoc-1.0.0-5.fc28.noarch.rpm (info) (download)
Changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Sep 06 2017 Troy Dawson <tdawson@redhat.com> - 1.0.0-4 - Cleanup spec file conditionals * 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