Package javaewah: Information

    Source package: javaewah
    Version: 1.1.13-alt1_3jpp11
    Latest version according to Repology
    Build time:  Jul 2, 2022, 04:14 PM in the task #303048
    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

    ACL:
    Igor Vlasenko
    @everybody

      1. maven-local
      2. mvn(junit:junit)
      3. mvn(org.apache.commons:commons-lang3)
      4. mvn(org.apache.felix:maven-bundle-plugin)
      5. jpackage-default
      6. /proc
      7. rpm-build-java

    Last changed


    July 1, 2022 Igor Vlasenko 1.1.13-alt1_3jpp11
    - new version
    June 10, 2022 Igor Vlasenko 1.1.6-alt1_13jpp11
    - update
    June 10, 2021 Igor Vlasenko 1.1.6-alt1_11jpp11
    - fc34 update