awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDictionary-Based Compression

Compression techniques that use a pre-trained table of patterns to efficiently compress small files.

Distinct from Compression: Existing dictionary candidates refer to configuration key-values or word dictionaries, not compression patterns.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Dictionary-Based Compression. Refine with filters or upvote what's useful.

Awesome Dictionary-Based Compression GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/zstdfacebook 的头像

    facebook/zstd

    27,259在 GitHub 上查看↗

    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

    Improves ratios for small files by using a pre-trained table of common patterns.

    C
    在 GitHub 上查看↗27,259
  1. Home
  2. Operating Systems & Systems Programming
  3. Dictionary-Based Compression