Thu, 23 May 2024 06:53:09 UTC | login

Information for build javaewah-1.1.6-4.fc29

ID60433
Package Namejavaewah
Version1.1.6
Release4.fc29
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 15:10:30 UTC
CompletedThu, 19 Jul 2018 15:10:30 UTC
Tags
f29
f30
f31
RPMs
src
javaewah-1.1.6-4.fc29.src.rpm (info) (download)
noarch
javaewah-1.1.6-4.fc29.noarch.rpm (info) (download)
javaewah-javadoc-1.1.6-4.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed May 10 2017 Mat Booth <mat.booth@redhat.com> - 1.1.6-1 - Update to newest upstream release * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild