Пакет javaewah: Информация

    Исходный пакет: javaewah
    Версия: 0.8.4-alt1_5jpp8
    Собран:  1 февраля 2016 г. 16:57 в задании #157043
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/javaewah/

    Лицензия: ASL 2.0
    О пакете: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    javaewah (noarch)
    javaewah-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

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

    Последнее изменение


    1 февраля 2016 г. Igor Vlasenko 0.8.4-alt1_5jpp8
    - new version
    23 января 2016 г. Igor Vlasenko 0.8.4-alt0.1jpp
    - bootstrap pack of jars created with jppbootstrap script
    - temporary package to satisfy circular dependencies