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

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

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

1 个仓库

Awesome GitHub RepositoriesField Mapping Optimizations

Using pre-compiled bytecode to map data keys to object fields without reflection.

Distinct from Runtime Bytecode Compilation: Focuses on optimizing field mapping during deserialization, distinct from general runtime bytecode compilation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Field Mapping Optimizations. Refine with filters or upvote what's useful.

Awesome Field Mapping Optimizations GitHub Repositories

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

    alibaba/fastjson

    25,625在 GitHub 上查看↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Implements bytecode-based field mapping to avoid the performance overhead of repeated reflection calls.

    Java
    在 GitHub 上查看↗25,625
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Bytecode Compilation
  4. Field Mapping Optimizations