|
|
|
|
|
by logic
4821 days ago
|
|
Agreed; for example, in our (in-house) use case, switching a django app from using either stdlib's json or simplejson to using ujson[0] was a significant performance increase when serializing/deserializing large-ish (~100MB) JSON datasets. [0]: https://pypi.python.org/pypi/ujson |
|