Пакет lz4-java: Информация

    Исходный пакет: lz4-java
    Версия: 1.3.0-alt2_8jpp8
    Собран:  3 апреля 2022 г. 9:50
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/jpountz/lz4-java

    Лицензия: ASL 2.0 and (BSD and GPLv2+)
    О пакете: LZ4 compression for Java
    Описание: 
    LZ4 compression for Java, based on Yann Collet's work.
    This library provides access to two compression methods
    that both generate a valid LZ4 stream:
    
    * fast scan (LZ4):
        A. low memory footprint (~ 16 KB),
        A. very fast (fast scan with skipping heuristics in case the
          input looks incompressible),
        A. reasonable compression ratio (depending on the
          redundancy of the input).
    * high compression (LZ4 HC):
        A. medium memory footprint (~ 256 KB),
        A. rather slow (~ 10 times slower than LZ4),
        A. good compression ratio (depending on the size and
          the redundancy of the input).
    
    The streams produced by those 2 compression algorithms use the
    same compression format, are very fast to decompress and can be
    decompressed by the same decompressor instance.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    lz4-java (e2kv6, e2kv5, e2kv4, e2k)
    lz4-java-javadoc (noarch)

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

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

      1. gcc-c++
      2. /proc
      3. randomizedtesting-junit4-ant
      4. /proc
      5. rpm-build-java
      6. cpptasks
      7. ivy-local
      8. java-devel
      9. javapackages-local
      10. jpackage-generic-compat
      11. xerces-j2
      12. mvel
      13. objectweb-asm
      14. ant
      15. ant-junit
      16. apache-parent
      17. aqute-bnd
      18. bea-stax-api

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


    18 апреля 2018 г. Igor Vlasenko 1.3.0-alt2_8jpp8
    - e2k support
    16 ноября 2017 г. Igor Vlasenko 1.3.0-alt1_8jpp8
    - new version