awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alibaba/fastjsonAvatar de alibaba

    alibaba/fastjson

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