1 个仓库
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 是一个用 C 编写的高性能 JSON 库和解析器,具有 Python 绑定。它提供了一种标准 JSON 处理的快速替代方案,用于将 JSON 字符串解码为原生数据结构,并将数据结构编码回 JSON 字符串。 该库利用基于 C 的引擎来减少处理延迟并提高 JSON 生成和解析的吞吐量。它旨在加速数据管道并优化 JSON 负载的处理。
Efficiently converts large volumes of structured data into JSON strings for storage and transmission.