1 repositorio
Concurrent data processors specifically optimized for JSON serialization and deserialization workloads.
Distinct from Concurrent Data Processors: Distinct from Concurrent Data Processors: specializes in JSON-specific throughput scaling rather than general computational workloads.
Explore 1 awesome GitHub repository matching data & databases · JSON Processors. Refine with filters or upvote what's useful.
Ultrajson is a high-performance Python JSON library and C-based parser designed to minimize parsing overhead. It provides a C implementation of the JSON specification to enable fast encoding and decoding of data. The project functions as a concurrent JSON processor, supporting multi-threaded serialization and deserialization to increase data throughput and prevent blocking execution. Its capabilities cover Python data serialization and high-performance JSON processing for real-time data pipelines. This includes parsing JSON data and serializing native objects into JSON strings.
Functions as a concurrent processor supporting multi-threaded JSON operations to prevent blocking execution.