awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesStream Encoding

Mechanisms for writing native objects as JSON directly to an output stream.

Distinct from JSON: Focuses on the writing (encoding) side of streaming, whereas the parent focuses on general streaming parsers.

Explore 1 awesome GitHub repository matching data & databases · Stream Encoding. Refine with filters or upvote what's useful.

Awesome Stream Encoding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bytedance/sonicAvatar von bytedance

    bytedance/sonic

    9,492Auf GitHub ansehen↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Writes native objects as JSON to output streams with configurable indentation and HTML escaping.

    Gohigh-performancejitjson
    Auf GitHub ansehen↗9,492
  1. Home
  2. Data & Databases
  3. Streaming Parsers
  4. JSON
  5. Stream Encoding