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

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

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

4 个仓库

Awesome GitHub RepositoriesBinary Data Encodings

Utilities for converting data structures to and from binary byte slices.

Distinct from Binary Data Encoding: Candidates focus on network overhead or audio data; this is a general-purpose data processing utility.

Explore 4 awesome GitHub repositories matching data & databases · Binary Data Encodings. Refine with filters or upvote what's useful.

Awesome Binary Data Encodings GitHub Repositories

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

    discord-jda/JDA

    4,665在 GitHub 上查看↗

    JDA 是一个 Discord API 的 Java 包装器,提供了一个用于构建自动化智能体并将应用程序与聊天平台集成的框架。它既作为用于管理服务器实体的 REST API 客户端,也作为维护持久化 WebSocket 连接以获取实时状态更新的网关客户端。 该库具有全面的语音 API 模块,用于管理音频流、语音频道连接和音板集成。它还包括一个用于交互式 UI 设计的专用工具包,支持创建斜杠命令、按钮、选择菜单和模态输入表单。 广泛地,该项目涵盖了通过自动化规则管理进行的社区审核、通过频道和角色配置进行的服务器管理,以及使用分片(sharding)分配事件负载的流量管理。它还提供了用于富媒体内容创建和详细成员资料检索的实用工具。

    Provides binary encoding and decoding for specialized data exchange within the library.

    Javaapiapi-wrapperbot
    在 GitHub 上查看↗4,665
  • dotnet/open-xml-sdkdotnet 的头像

    dotnet/Open-XML-SDK

    4,537在 GitHub 上查看↗

    Open-XML-SDK 是一个用于基于 Open XML 标准以编程方式创建、修改和验证 Office 文档的库。它作为一个办公文件生成器和 XML 文档解析器,支持对文字处理、电子表格和演示文稿文件进行操作。 该库允许在无需安装原生 Office 应用程序的情况下生成和更新文档内容及结构。它利用强类型类和模式验证方法,确保创建的文件保持兼容且结构正确。 该项目提供了针对官方模式的结构验证、嵌入多媒体内容(如视频)以及管理文档部件和关系的功能。它支持内存树操作和流式解析,用于处理文档数据。

    Provides utilities for encoding and decoding bytes using hexadecimal binary values.

    C#docxofficeopenxml-format
    在 GitHub 上查看↗4,537
  • kuzudb/kuzukuzudb 的头像

    kuzudb/kuzu

    3,965在 GitHub 上查看↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Handles variable-length strings and arbitrary binary objects for flexible storage.

    C++cypherdatabaseembeddable
    在 GitHub 上查看↗3,965
  • apache/nuttxapache 的头像

    apache/nuttx

    3,912在 GitHub 上查看↗

    NuttX 是一个符合 POSIX 标准的实时操作系统,专为从 8 位到 64 位架构的微控制器而设计。它提供了一个具有实时任务调度器和 POSIX 嵌入式内核的确定性执行环境,以确保跨不同硬件目标的可移植代码执行。 该项目通过全面的硬件抽象层脱颖而出,该层为各种半导体芯片组提供了 I2C、SPI、CAN 和 USB 的标准化驱动程序。它还具有支持 TCP、UDP、IPv4 和 IPv6 的嵌入式网络栈,以及 Modbus 和 DroneCAN 等工业协议。 该系统涵盖了广泛的功能,包括具有按需分页的高级内存管理、安全加密操作,以及用于管理不同存储类型的虚拟文件系统。它进一步集成了用于图形用户界面、音频合成以及执行多种脚本语言和 WebAssembly 工作负载的高级接口。 该环境使用 Make 或 CMake 构建,以针对特定的板卡配置和半导体芯片组。

    Serializes and deserializes data using the CBOR binary representation standard for efficient communication.

    Cembeddedmcumicrocontroller
    在 GitHub 上查看↗3,912
  1. Home
  2. Data & Databases
  3. Binary Data Encodings

探索子标签

  • CBOR SerializersUtilities for serializing and deserializing data using the Concise Binary Object Representation standard. **Distinct from Binary Data Encodings:** Specializes general binary data encodings specifically to the CBOR standard for efficient system communication.