Tagged articles
6 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2021 · Backend Development

Why orjson Beats ujson for Fast Python JSON Serialization

This article compares Python's built‑in json module with faster alternatives like ujson, rapidjson, and the Rust‑based orjson, showing benchmark results, installation steps, code examples, and a known ujson indentation bug to help developers choose the most efficient JSON library.

JSONRapidJSONorjson
0 likes · 6 min read
Why orjson Beats ujson for Fast Python JSON Serialization
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2020 · Backend Development

Which Python JSON Library Is Fastest? ujson vs rapidjson vs orjson

This article compares the performance of Python's built‑in json module with popular third‑party libraries ujson, rapidjson, and the Rust‑based orjson, showing benchmark results, installation tips, code examples, and known bugs to help developers choose the most efficient JSON serializer.

RapidJSONorjsonserialization
0 likes · 7 min read
Which Python JSON Library Is Fastest? ujson vs rapidjson vs orjson