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

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

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

1 个仓库

Awesome GitHub RepositoriesAutomatic UTF-8 String Compression

Detects string inputs and automatically encodes them to UTF-8 before compression, then decodes back on decompression.

Distinct from Gzip Compression: Distinct from Gzip Compression: adds automatic UTF-8 string encoding/decoding around the compression step, not just raw gzip format handling.

Explore 1 awesome GitHub repository matching data & databases · Automatic UTF-8 String Compression. Refine with filters or upvote what's useful.

Awesome Automatic UTF-8 String Compression GitHub Repositories

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

    nodeca/pako

    6,081在 GitHub 上查看↗

    Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip compression and decompression capabilities. It runs in both browser and Node.js environments by using typed arrays and universal JavaScript, avoiding platform-specific APIs for cross-platform compatibility. The library handles data through bitwise operations for Huffman coding and LZ77 matching, and automatically encodes string inputs to UTF-8 before compression while decoding them back on decompression. It supports streaming chunk-based processing, allowing incremental data h

    Detect string input and encode it to UTF-8 before compression, and decode decompressed UTF-8 data back to a JavaScript string when requested.

    JavaScript
    在 GitHub 上查看↗6,081
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Gzip Compression
  5. Automatic UTF-8 String Compression