1 repositorio
Efficient conversion of massive datasets into serialized formats for transmission or storage.
Distinct from Memory-Efficient Big Data Algorithms: None of the candidates address the specific act of serializing big data to JSON.
Explore 1 awesome GitHub repository matching data & databases · Big Data Serialization. Refine with filters or upvote what's useful.
UltraJSON is a high-performance JSON library and parser written in C with bindings for Python. It provides a fast alternative to standard JSON processing for decoding JSON strings into native data structures and encoding data structures back into JSON strings. The library utilizes a C-based engine to reduce processing latency and increase throughput for JSON generation and parsing. It is designed to accelerate data pipelines and optimize the handling of JSON payloads.
Efficiently converts large volumes of structured data into JSON strings for storage and transmission.