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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesDictionary-Based Decompression

The process of restoring data using a specific pre-shared dictionary required for accurate reconstruction.

Distinct from Dictionaries: Specifically focuses on the decompression phase of dictionary-based workflows.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Dictionary-Based Decompression. Refine with filters or upvote what's useful.

Awesome Dictionary-Based Decompression GitHub Repositories

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

    facebook/zstd

    27,259GitHub पर देखें↗

    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

    Recovers data that was compressed using a specific dictionary to ensure accurate reconstruction.

    C
    GitHub पर देखें↗27,259
  • lz4/lz4lz4 का अवतार

    lz4/lz4

    11,882GitHub पर देखें↗

    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

    Enables decompression of small data blocks via a pre-shared dictionary without requiring the full original stream.

    Cccompressionlz4
    GitHub पर देखें↗11,882
  1. Home
  2. Operating Systems & Systems Programming
  3. Dictionary-Based Decompression