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
·

3 Repos

Awesome GitHub RepositoriesCompression Dictionary Generation

The process of analyzing sample data to create a dictionary of common patterns for improved compression of similar files.

Distinct from Dictionary Generators: Distinct from general dictionary generators (which often refer to config files or NLP); this is for compression ratios.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Compression Dictionary Generation. Refine with filters or upvote what's useful.

Awesome Compression Dictionary Generation GitHub Repositories

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

    facebook/zstd

    27,259Auf GitHub ansehen↗

    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

    Creates dictionaries from sample data to improve the compression ratio for small or similar files.

    C
    Auf GitHub ansehen↗27,259
  • google/brotliAvatar von google

    google/brotli

    14,753Auf GitHub ansehen↗

    Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al

    Analyzes sample data to generate optimal backward references for improved compression ratios.

    TypeScript
    Auf GitHub ansehen↗14,753
  • 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

    Analyzes sample data sets to generate optimized dictionaries that improve compression ratios for common data formats.

    Gocompressiondecompressiondeflate
    Auf GitHub ansehen↗5,525
  1. Home
  2. Operating Systems & Systems Programming
  3. Compression Dictionary Generation