Package libdeflate: Information

    Source package: libdeflate
    Version: 1.12-alt1
    Build time:  Jun 13, 2022, 03:33 PM
    Category: System/Libraries
    Report package bug
    License: MIT
    Summary: Heavily optimized library for DEFLATE/zlib/gzip compression and decompression
    Description: 
    libdeflate is a library for fast, whole-buffer DEFLATE-based compression
    and decompression.
    
    The supported formats are:
    
        DEFLATE (raw)
        zlib (a.k.a. DEFLATE with a zlib wrapper)
        gzip (a.k.a. DEFLATE with a gzip wrapper)
    
    libdeflate is heavily optimized. It is significantly faster than the zlib
    library, both for compression and decompression, and especially on x86
    processors. In addition, libdeflate provides optional high compression
    modes that provide a better compression ratio than the zlib's "level 9".

    List of rpms provided by this srpm:
    libdeflate (mipsel)
    libdeflate-debuginfo (mipsel)
    libdeflate-devel (mipsel)
    libdeflate-utils (mipsel)
    libdeflate-utils-debuginfo (mipsel)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov

      1. zlib-devel

    Last changed


    June 13, 2022 Vitaly Chikunov 1.12-alt1
    - Update to v1.12 (2022-06-12).
    - This release focuses on improving the performance of the CRC-32 and
      Adler-32 checksum algorithms on x86 and ARM (both 32-bit and 64-bit).
    May 26, 2022 Vitaly Chikunov 1.11-alt1
    - Update to v1.11 (2022-05-23).
    March 26, 2022 Vitaly Chikunov 1.10-alt1
    - Update to v1.10 (2022-02-06).