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 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

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

    alibaba/fastjson

    25,625Vezi pe 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
    Vezi pe GitHub↗25,625
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Bytecode Compilation
  4. Field Mapping Optimizations