awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesHigh-Performance Compression Libraries

Low-level library implementations of compression algorithms optimized for maximum throughput and minimal memory usage.

Distinguishing note: The candidates are either too narrow (specific algorithms) or too broad (infrastructure), failing to capture the library identity.

Explore 1 awesome GitHub repository matching data & databases · High-Performance Compression Libraries. Refine with filters or upvote what's useful.

Awesome High-Performance 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.
  • 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

    Provides high-performance Go implementations of Zstandard, Snappy, and Huffman coding.

    Gocompressiondecompressiondeflate
    Voir sur GitHub↗5,525
  1. Home
  2. Data & Databases
  3. High-Performance Compression Libraries