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

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

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

1 个仓库

Awesome GitHub RepositoriesBlittable Struct Serializations

High-performance serialization that copies the raw memory layout of unmanaged structs directly to a binary stream.

Distinct from Schema-to-Struct Mappings: Candidates focus on struct packing or schema mapping, not the direct memory-copy (blitting) of unmanaged types for serialization.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Blittable Struct Serializations. Refine with filters or upvote what's useful.

Awesome Blittable Struct Serializations GitHub Repositories

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

    Cysharp/MemoryPack

    4,598在 GitHub 上查看↗

    MemoryPack 是一个用于 C# 和 Unity 的高性能二进制序列化库。它提供了一个零分配(Zero-allocation)数据流水线和模式演进框架,旨在最大限度地减少内存分配和编码开销。 该项目利用编译时源代码生成器来避免运行时反射,并实现了一种零编码二进制格式以实现最大吞吐量。它通过一种零分配方法脱颖而出,该方法重用对象实例以减少垃圾回收压力,并将非托管结构体的内存布局直接复制到二进制流中。 该库涵盖用于向后兼容的二进制模式版本控制,并支持针对大数据集的异步集合流式传输。它包括一个 TypeScript 类型生成器,用于在 C# 和 TypeScript 之间同步数据结构以进行跨语言数据交换。其他功能包括有效载荷压缩、自定义格式化程序实现和序列化回调。

    Writes the memory layout of unmanaged structs directly to binary streams for maximum processing speed.

    C#
    在 GitHub 上查看↗4,598
  1. Home
  2. Operating Systems & Systems Programming
  3. Blittable Struct Serializations