Package : javaewah > RPM : javaewah-0.8.4-8.mga6.src.rpm

Basic items

Name javaewah
Version 0.8.4
Release 8.mga6
URL http://code.google.com/p/javaewah/
Group Development/Java
Summary A word-aligned compressed variant of the Java bitset class
Size 97KB
Arch noarch
License ASL 2.0

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.

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2017-05-14 23:56:16
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie