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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesPositional Array Encodings

Serialization methods that omit field names by treating objects as ordered lists.

Distinct from Array Serialization: Focuses on omitting keys for speed and size, rather than just binary encoding of primitive lists.

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

Awesome Positional Array Encodings GitHub Repositories

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

    msgspec/msgspec

    3,821عرض على GitHub↗

    msgspec is a high-performance data modeling, serialization, and schema validation toolkit for Python. It serves as a type-safe serialization framework that integrates schema enforcement and data parsing into a single pass, functioning as both a data serialization library and a schema validation system based on standard Python type annotations. The project distinguishes itself through high-performance structural primitives, including compilation-based routine generation and zero-copy buffer parsing. It optimizes memory usage via garbage collection-aware layouts and reduces processing overhead

    Increases processing speed and reduces payload size by treating data structures as ordered lists without field names.

    Pythondeserializationjsonjson-schema
    عرض على GitHub↗3,821
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Serialization and Encoding
  5. Array Serialization
  6. Positional Array Encodings