Sat, 27 Apr 2024 21:18:17 UTC | login

Information for build devtoolset-4-javaewah-0.8.4-5.2.el6

ID7770
Package Namedevtoolset-4-javaewah
Version0.8.4
Release5.2.el6
Epoch
SummaryA word-aligned compressed variant of the Java bitset class
DescriptionJavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.
Built byhhorak
State complete
Volume DEFAULT
StartedTue, 17 Nov 2015 21:11:32 UTC
CompletedTue, 17 Nov 2015 21:19:33 UTC
Taskbuild (sclo6-devtoolset-4-rh-el6, devtoolset-4-javaewah-0.8.4-5.2.el6.src.rpm)
Tags
sclo6-devtoolset-4-rh-candidate
sclo6-devtoolset-4-rh-release
sclo6-devtoolset-4-rh-testing
RPMs
src
devtoolset-4-javaewah-0.8.4-5.2.el6.src.rpm (info) (download)
noarch
devtoolset-4-javaewah-0.8.4-5.2.el6.noarch.rpm (info) (download)
devtoolset-4-javaewah-javadoc-0.8.4-5.2.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Fri Jul 10 2015 Mat Booth <mat.booth@redhat.com> - 0.8.4-5.2 - Fix unowned directories * Tue Jun 23 2015 Mat Booth <mat.booth@redhat.com> - 0.8.4-5.1 - Import latest from Fedora * Wed Jun 17 2015 Mat Booth <mat.booth@redhat.com> - 0.8.4-5 - Fix FTBFS due to strict javadoc linting * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 20 2014 Alexander Kurtakov <akurtako@redhat.com> 0.8.4-2 - Surefire junit provider is a single package now. * Sat Mar 22 2014 Gerard Ryan <galileo@fedoraproject.org> - 0.8.4-1 - Update to upstream version 0.8.4 - Re-enable tests * Sat Nov 16 2013 Gerard Ryan <galileo@fedoraproject.org> - 0.7.9-2 - Skip tests since they prevent building in koji * Sat Nov 16 2013 Gerard Ryan <galileo@fedoraproject.org> - 0.7.9-1 - Update to 0.7.9 to fix license ambiguity * Thu Oct 10 2013 Gerard Ryan <galileo@fedoraproject.org> - 0.7.8-1 - Update to latest upstream version * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jun 09 2013 Gerard Ryan <galileo@fedoraproject.org> - 0.6.12-1 - Initial package.