Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: javaewah | Distribution: OpenMandriva Lx |
Version: 0.7.9 | Vendor: OpenMandriva |
Release: 2.0 | Build date: Sun Nov 4 07:16:33 2018 |
Group: Unspecified | Build host: ant2-x86_64.openmandriva.org |
Size: 152012 | Source RPM: javaewah-0.7.9-2.0.src.rpm |
Packager: fedya <nobodydead@gmail.com> | |
Url: http://code.google.com/p/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
/usr/share/doc/javaewah /usr/share/doc/javaewah/CHANGELOG /usr/share/doc/javaewah/LICENSE-2.0.txt /usr/share/doc/javaewah/README.md /usr/share/java/javaewah/JavaEWAH.jar /usr/share/maven-metadata/javaewah.xml /usr/share/maven-poms/javaewah/JavaEWAH.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 8 23:03:43 2024