Fri, 24 May 2024 23:14:05 UTC | login

Information for build javaewah-1.1.6-9.fc33

ID177069
Package Namejavaewah
Version1.1.6
Release9.fc33
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, 13 Aug 2020 13:59:56 UTC
CompletedThu, 13 Aug 2020 13:59:56 UTC
Tags
f33
f37
f38
RPMs
src
javaewah-1.1.6-9.fc33.src.rpm (info) (download)
noarch
javaewah-1.1.6-9.fc33.noarch.rpm (info) (download)
javaewah-javadoc-1.1.6-9.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.6-8 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild