awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go Compression Libraries

Ranking aktualisiert am 13. Juli 2026

Wir kuratieren Open-Source GitHub Repositories passend zu „best go compression libraries“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.

Go Compression Libraries

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • klauspost/compressAvatar von klauspost

    klauspost/compress

    5,525Auf GitHub ansehen↗

    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

    This library provides high-performance, multi-format compression implementations with a focus on parallel processing and allocation-free decoding, making it a comprehensive tool for data compression tasks in Go.

    GoData Compression and DecompressionHigh-Performance Compression LibrariesCompression Dictionary Generation
    Auf GitHub ansehen↗5,525
  • golang/snappyAvatar von golang

    golang/snappy

    1,571Auf GitHub ansehen↗

    The Snappy compression format in the Go programming language.

    This library provides a high-performance implementation of the Snappy compression format specifically for Go, offering the streaming interfaces and standard library compatibility required for efficient data processing.

    GoCompression UtilitiesDevOps & Infrastructure
    Auf GitHub ansehen↗1,571

Related searches

  • a rust library for data compression
  • a library for data compression in C#
  • a java library for data compression
  • a high performance serialization library for Go
  • a cryptographic library for Go applications
  • a caching library for Go applications
  • an image processing library for Go
  • a high performance JSON library for Go