1 个仓库
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 是一个高性能 Python JSON 库和基于 C 的解析器,旨在最大限度地减少解析开销。它提供了 JSON 规范的 C 实现,以实现数据的快速编码和解码。 该项目作为一个并发 JSON 处理器,支持多线程序列化和反序列化,以提高数据吞吐量并防止阻塞执行。 其功能涵盖 Python 数据序列化和用于实时数据管道的高性能 JSON 处理。这包括解析 JSON 数据并将原生对象序列化为 JSON 字符串。
Functions as a concurrent processor supporting multi-threaded JSON operations to prevent blocking execution.