awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesMemory Blitting

Directly copying memory blocks for primitive arrays to bypass element-by-element processing.

Distinct from Primitive Array Encoding: Distinct from general primitive array encoding: specifically refers to the unsafe direct memory copy (blitting) technique for performance.

Explore 1 awesome GitHub repository matching part of an awesome list · Memory Blitting. Refine with filters or upvote what's useful.

Awesome Memory Blitting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • neuecc/messagepack-csharpالصورة الرمزية لـ neuecc

    neuecc/MessagePack-CSharp

    6,710عرض على GitHub↗

    MessagePack-CSharp is a high-performance binary serialization library for .NET applications that converts object graphs into the MessagePack format. It functions as a C# data serialization toolkit and a polymorphic binary encoder capable of handling abstract classes and interfaces using union keys to identify concrete derived types. The library provides a binary format transcoder to transform binary data into human-readable JSON for debugging. It supports ahead-of-time formatter generation to avoid runtime overhead and implements LZ4 binary compression to reduce the size of serialized data.

    Performs fast, unsafe memory copying of primitive struct arrays to increase serialization throughput.

    C#
    عرض على GitHub↗6,710
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Serialization and Encoding
  5. Array Serialization
  6. Primitive Array Encoding
  7. Memory Blitting