centraldedados / datacentral

Tools for generating portable data portals
58 stars 9 forks source link

Use UltraJSON instead of regular json lib #19

Closed rlafuente closed 8 years ago

rlafuente commented 9 years ago

It's much faster, according to these benchmarks: https://medium.com/@jyotiska/json-vs-simplejson-vs-ujson-a115a63a9e26

rlafuente commented 8 years ago

It turns out ujson has trouble dealing with JSON errors: http://mod16.org/hurfdurf/?p=266

JSON parsing is hardly a bottleneck in our use case; since we have other more urgent tasks, I'm going with WONTFIX on this one.