awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go Compression Libraries

تم تحديث الترتيب في 13 يوليو 2026

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best go compression libraries”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Go Compression Libraries

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • klauspost/compressالصورة الرمزية لـ klauspost

    klauspost/compress

    5,525عرض على 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

    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
    عرض على GitHub↗5,525
  • golang/snappyالصورة الرمزية لـ golang

    golang/snappy

    1,571عرض على GitHub↗

    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
    عرض على GitHub↗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