Monthly Archives: August 2013

Use of ultrajson considered harmful

Someone at work got the idea that we should use this Python JSON library called ultrajson because apparently the standard Python json library was slow, or something. Well, we did end up using it, and it turned out to be a Bad Idea. The standard JSON library in Python, which ujson is intended to be […]