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

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

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

1 个仓库

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

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

    bytedance/sonic

    9,492在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,492
  1. Home
  2. Data & Databases
  3. Streaming Parsers
  4. JSON
  5. Stream Encoding