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

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

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

1 个仓库

Awesome GitHub RepositoriesConstant Byte Mapping

Mapping of simple constant values to unique single-byte identifiers for high-performance decoding.

Distinct from Byte Stream Decoding: Focuses on mapping constants to single bytes for serialization efficiency, rather than character set decoding of byte streams.

Explore 1 awesome GitHub repository matching software engineering & architecture · Constant Byte Mapping. Refine with filters or upvote what's useful.

Awesome Constant Byte Mapping GitHub Repositories

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

    msgpack/msgpack

    7,472在 GitHub 上查看↗

    MessagePack is a binary object serialization library and a cross-platform data exchange format. It serves as a binary alternative to JSON, converting structured data into a space-efficient binary representation for network transmission and storage. The system provides a standardized format for swapping complex data types across different programming languages and architectures. It allows for the definition of custom data type encoding by pairing application-specific information with specialized serialization markers. The library handles the encoding and decoding of diverse data types, includ

    Maps simple values like booleans and nulls to unique single-byte identifiers for immediate decoding.

    在 GitHub 上查看↗7,472
  1. Home
  2. Software Engineering & Architecture
  3. Byte Stream Decoding
  4. Constant Byte Mapping