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

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

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

1 个仓库

Awesome GitHub RepositoriesToken-Based Data Streaming

Processing data formats as a sequence of low-level tokens to optimize memory and speed.

Distinct from High-Performance Data Infrastructures: Closest candidates focus on infrastructure, transfer, or analysis; this is about the low-level token-based parsing mechanism itself.

Explore 1 awesome GitHub repository matching data & databases · Token-Based Data Streaming. Refine with filters or upvote what's useful.

Awesome Token-Based Data Streaming GitHub Repositories

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

    FasterXML/jackson-databind

    3,729在 GitHub 上查看↗

    Jackson-databind is a Java serialization framework and JSON data binding library used to convert Java objects to JSON and vice versa. It functions as a JSON streaming API that generates and parses content as a sequence of tokens, and as a hierarchical data tree mapper that reads data into a node structure for dynamic modification without predefined classes. The project provides a structured mapping process to bind data to objects, allowing for the transformation of complex Java objects into data formats and the reconstruction of objects from those formats. It supports custom data format mappi

    Implements a high-performance streaming API that processes JSON content as a sequence of tokens to minimize memory overhead.

    Javahacktoberfestjacksonjackson-databind
    在 GitHub 上查看↗3,729
  1. Home
  2. Data & Databases
  3. Token-Based Data Streaming