1 مستودع
Processing data formats as a sequence of low-level tokens to optimize memory and speed.
Distinct from High-Performance Data Infrastructures: Closest candidates focus on infrastructure, transfer, or analysis; this is about the low-level token-based parsing mechanism itself.
Explore 1 awesome GitHub repository matching data & databases · Token-Based Data Streaming. Refine with filters or upvote what's useful.
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
Implements a high-performance streaming API that processes JSON content as a sequence of tokens to minimize memory overhead.