Package javaewah: Information

    Source package: javaewah
    Version: 0.8.4-alt1_5jpp8
    Build time:  Feb 1, 2016, 04:57 PM in the task #157043
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    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.

    List of RPM packages built from this SRPM:
    javaewah (noarch)
    javaewah-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. maven-local
      2. maven-surefire-provider-junit
      3. jpackage-generic-compat
      4. /proc

    Last changed


    Feb. 1, 2016 Igor Vlasenko 0.8.4-alt1_5jpp8
    - new version
    Jan. 23, 2016 Igor Vlasenko 0.8.4-alt0.1jpp
    - bootstrap pack of jars created with jppbootstrap script
    - temporary package to satisfy circular dependencies