Name: | javaewah |
---|---|
Version: | 1.1.6 |
Release: | 13.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 205966 |
License: | ASL 2.0 |
RPM: | javaewah-1.1.6-13.el8.noarch.rpm |
Source RPM: | javaewah-1.1.6-13.el8.src.rpm |
Build Date: | Fri Apr 21 2023 |
Build Host: | ovs-x86-ol8-builder-01.webad1phx.solarisx86phx.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/lemire/javaewah |
Summary: | A word-aligned compressed variant of the Java bitset class |
Description: | JavaEWAH 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. |
- Add missing test dep on commons-lang3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Remove unnecessary dependency on parent POM.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild