Artem Krylysov


Posts tagged with json

Benchmark of Python JSON libraries

Note

This post was updated on 2016-08-13: added python-rapidjson; updated simplejson and ujson.

A couple of weeks ago after spending some time with Python profiler, I discovered that Python’s json module is not as fast as I expected. I decided to benchmark alternative JSON libraries.