awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go Compression Libraries

रैंकिंग 13 जुल॰ 2026 को अपडेट की गई

हम “best go compression libraries” से मेल खाने वाली ओपन-सोर्स GitHub रिपॉजिटरी को क्यूरेट करते हैं। परिणाम आपकी क्वेरी के आधार पर रैंक किए गए हैं — सीमित करने के लिए नीचे दिए गए फ़िल्टर चुनें, या AI के साथ रिफाइन करें।

Go Compression Libraries

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • klauspost/compressklauspost का अवतार

    klauspost/compress

    5,525GitHub पर देखें↗

    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/snappygolang का अवतार

    golang/snappy

    1,571GitHub पर देखें↗

    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