awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 dépôts

Awesome GitHub RepositoriesCompression Libraries

Utilities for data archiving, compression, and decompression.

Explore 28 awesome GitHub repositories matching part of an awesome list · Compression Libraries. Refine with filters or upvote what's useful.

Awesome Compression Libraries GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/zstdAvatar de facebook

    facebook/zstd

    27,259Voir sur GitHub↗

    Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast real-time processing. It functions as a real-time data compressor and multi-threaded compression engine capable of distributing workloads across multiple CPU cores to increase throughput. The system features a dictionary-based compressor that trains on sample data to improve the compression ratio and speed of small files. It also provides long distance pattern matching to identify repeated sequences across large files. The library covers a broad range of capabilities including st

    Fast real-time compression algorithm.

    C
    Voir sur GitHub↗27,259
  • google/brotliAvatar de google

    google/brotli

    14,753Voir sur GitHub↗

    Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al

    Brotli compression format implementation.

    TypeScript
    Voir sur GitHub↗14,753
  • lz4/lz4Avatar de lz4

    lz4/lz4

    11,882Voir sur GitHub↗

    This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed data reduction and maximum decompression speed. It functions as a stream-oriented compression engine, a software library for encoding and decoding data blocks, and a command-line tool for managing interoperable compressed frames. The system distinguishes itself through the use of predefined pattern dictionaries to improve compression ratios for small data sets and small packets. It supports multiple processing modes, including high-speed block compression for minimal latency

    Extremely fast compression algorithm.

    Cccompressionlz4
    Voir sur GitHub↗11,882
  • klauspost/compressAvatar de klauspost

    klauspost/compress

    5,525Voir sur GitHub↗

    This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal

    A comprehensive collection of high-performance Go packages for data compression and decompression.

    Gocompressiondecompressiondeflate
    Voir sur GitHub↗5,525
  • google/zopfliAvatar de google

    google/zopfli

    3,583Voir sur GitHub↗

    Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.

    High-quality but slow deflate/zlib compression.

    C++
    Voir sur GitHub↗3,583
  • libarchive/libarchiveAvatar de libarchive

    libarchive/libarchive

    3,526Voir sur GitHub↗

    Multi-format archive and compression library

    Multi-format archive and compression library.

    C
    Voir sur GitHub↗3,526
  • facebook/openzlAvatar de facebook

    facebook/openzl

    3,095Voir sur GitHub↗

    A novel data compression framework

    Framework for data compression.

    C
    Voir sur GitHub↗3,095
  • richgel999/minizAvatar de richgel999

    richgel999/miniz

    2,794Voir sur GitHub↗

    miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz

    Single-file zlib-compatible compression and ZIP library.

    C++
    Voir sur GitHub↗2,794
  • zlib-ng/zlib-ngAvatar de zlib-ng

    zlib-ng/zlib-ng

    2,027Voir sur GitHub↗

    zlib replacement with optimizations for "next generation" systems.

    Optimized drop-in replacement for zlib.

    C
    Voir sur GitHub↗2,027
  • lzfse/lzfseAvatar de lzfse

    lzfse/lzfse

    1,818Voir sur GitHub↗

    LZFSE compression library and command line tool

    Apple-developed compression library and tool.

    C
    Voir sur GitHub↗1,818
  • atomicobject/heatshrinkAvatar de atomicobject

    atomicobject/heatshrink

    1,534Voir sur GitHub↗

    data compression library for embedded/real-time systems

    Compression for embedded and real-time systems.

    C
    Voir sur GitHub↗1,534
  • cyan4973/finitestateentropyAvatar de Cyan4973

    Cyan4973/FiniteStateEntropy

    1,486Voir sur GitHub↗

    New generation entropy codecs : Finite State Entropy and Huff0

    Entropy codecs including Finite State Entropy and Huff0.

    Cccompressionentropy
    Voir sur GitHub↗1,486
  • zlib-ng/minizip-ngAvatar de zlib-ng

    zlib-ng/minizip-ng

    1,460Voir sur GitHub↗

    Fork of the popular zip manipulation library found in the zlib distribution.

    Fork of zip manipulation library with modern fixes.

    C
    Voir sur GitHub↗1,460
  • nmoinvaz/minizipAvatar de nmoinvaz

    nmoinvaz/minizip

    1,460Voir sur GitHub↗

    Fork of the popular zip manipulation library found in the zlib distribution.

    Zlib fork with AES encryption and IO buffering.

    C
    Voir sur GitHub↗1,460
  • antirez/smazAvatar de antirez

    antirez/smaz

    1,222Voir sur GitHub↗

    Small strings compression library

    Small strings compression library.

    C
    Voir sur GitHub↗1,222
  • kspalaiologos/bzip3Avatar de kspalaiologos

    kspalaiologos/bzip3

    1,213Voir sur GitHub↗

    A better and stronger spiritual successor to BZip2.

    High-performance successor to BZip2.

    C
    Voir sur GitHub↗1,213
  • rikyoz/bit7zAvatar de rikyoz

    rikyoz/bit7z

    840Voir sur GitHub↗

    A C++ static library offering a clean and simple interface to the 7-zip shared libraries.

    Interface for 7-zip shared libraries.

    C++7-zip7z7zip
    Voir sur GitHub↗840
  • byronknoll/cmixAvatar de byronknoll

    byronknoll/cmix

    710Voir sur GitHub↗

    cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.

    Lossless compression focused on maximum ratio.

    C++
    Voir sur GitHub↗710
  • ariya/fastlzAvatar de ariya

    ariya/FastLZ

    539Voir sur GitHub↗

    Small & portable byte-aligned LZ77 compression

    Small and portable LZ77 compression.

    Camd64ansi-carm64
    Voir sur GitHub↗539
  • avaneev/lzavAvatar de avaneev

    avaneev/lzav

    534Voir sur GitHub↗

    Fast In-Memory Data Compression Algorithm (header-only C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

    Fast in-memory data compression.

    C++
    Voir sur GitHub↗534
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Compression Libraries