Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: javaewah | Distribution: Mageia |
Version: 1.1.6 | Vendor: Mageia.Org |
Release: 2.mga8 | Build date: Fri Feb 14 16:49:19 2020 |
Group: Development/Java | Build host: localhost |
Size: 205823 | Source RPM: javaewah-1.1.6-2.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://github.com/lemire/javaewah | |
Summary: A word-aligned compressed variant of the Java bitset class |
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.
ASL 2.0
* Fri Feb 14 2020 umeabot <umeabot> 1.1.6-2.mga8 + Revision: 1520780 - Mageia 8 Mass Rebuild * Mon Dec 10 2018 daviddavid <daviddavid> 1.1.6-1.mga7 + Revision: 1339764 - new version: 1.1.6 (sync with fc29) * Tue Sep 18 2018 umeabot <umeabot> 0.8.4-9.mga7 + Revision: 1263286 - Mageia 7 Mass Rebuild
/usr/share/doc/javaewah /usr/share/doc/javaewah/CHANGELOG /usr/share/doc/javaewah/README.md /usr/share/java/javaewah /usr/share/java/javaewah/JavaEWAH.jar /usr/share/licenses/javaewah /usr/share/licenses/javaewah/LICENSE-2.0.txt /usr/share/maven-metadata/javaewah.xml /usr/share/maven-poms/javaewah /usr/share/maven-poms/javaewah/JavaEWAH.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024