1 dépôt
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.
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.