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
·

2 repositorios

Awesome GitHub RepositoriesBytecode-Generated Accessors

Automatically generating bytecode for field access to avoid reflection overhead.

Distinct from Accessor Generators: Specifically replaces reflection with runtime bytecode for performance, rather than just generating boilerplate source code.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Bytecode-Generated Accessors. Refine with filters or upvote what's useful.

Awesome Bytecode-Generated Accessors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fasterxml/jacksonAvatar de FasterXML

    FasterXML/jackson

    9,740Ver en GitHub↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    Accelerates the reading and writing of object fields by replacing standard reflection with generated bytecode.

    hacktoberfestjacksonjava-json
    Ver en GitHub↗9,740
  • fasterxml/jackson-databindAvatar de FasterXML

    FasterXML/jackson-databind

    3,729Ver en 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

    Generates optimized bytecode for accessors at runtime to eliminate reflection overhead during object property access.

    Javahacktoberfestjacksonjackson-databind
    Ver en GitHub↗3,729
  1. Home
  2. Software Engineering & Architecture
  3. Compile-Time Code Generation
  4. Iterative Code Generation
  5. Accessor Generators
  6. Bytecode-Generated Accessors