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

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

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

2 个仓库

Awesome GitHub RepositoriesPre-serialized Blob Embedding

Insertion of already-serialized JSON bytes into a document to avoid redundant encoding.

Distinct from JSON Serializers: Focuses on embedding raw bytes rather than standard object-to-JSON conversion.

Explore 2 awesome GitHub repositories matching data & databases · Pre-serialized Blob Embedding. Refine with filters or upvote what's useful.

Awesome Pre-serialized Blob Embedding GitHub Repositories

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

    ijl/orjson

    8,110在 GitHub 上查看↗

    orjson is a high-performance Python library for serializing and deserializing JSON data. It functions as both a JSON parsing library and a serialization engine, converting data between native Python objects and UTF-8 encoded bytes. The project provides specialized support for converting complex Python data structures, including dataclasses, datetime objects, and NumPy arrays and scalars, into JSON format. It also allows for the insertion of pre-serialized JSON blobs into documents to maintain processing speed. The library includes capabilities for memory-efficient deserialization through key

    Allows inserting pre-formatted JSON blobs into documents to maintain maximum processing speed.

    Pythondataclassesdatetimedeserialization
    在 GitHub 上查看↗8,110
  • msgspec/msgspecmsgspec 的头像

    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

    Inserts raw bytes of already-encoded JSON into larger structures to avoid redundant encoding overhead.

    Pythondeserializationjsonjson-schema
    在 GitHub 上查看↗3,821
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Serializers
  6. Pre-serialized Blob Embedding