awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesDeferred Decoding

Mechanisms that allow specific parts of a serialized message to be decoded only upon request.

Distinct from GraphQL Deferred Fields: Focuses on lazy parsing of structured messages, distinct from GraphQL field deferral or media decoding.

Explore 1 awesome GitHub repository matching software engineering & architecture · Deferred Decoding. Refine with filters or upvote what's useful.

Awesome Deferred Decoding GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • msgspec/msgspecAvatar msgspec

    msgspec/msgspec

    3,821Vezi pe 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

    Provides a view into encoded messages to decode specific fields only after others are processed.

    Pythondeserializationjsonjson-schema
    Vezi pe GitHub↗3,821
  1. Home
  2. Software Engineering & Architecture
  3. Deferred Decoding