티스토리 뷰

카테고리 없음

json 벤치마킹

이성권 2015. 1. 20. 16:19

json 라이브러리에 대한 벤치마킹 정보이다.

https://gist.github.com/lightcatcher/1136415

테스트 코드와 결과가 있는데, 결과만 퍼왔다. json보다는 ujson 등을 사용하는게 좋겠다.

=================

CPython
JSON Benchmark
2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2]
-----------------------------
ENCODING
simplejson: 0.45s
cjson: 0.45s
ujson: 0.46s
jsonlib: 0.65s
json: 1.02s
yajl: 0.7s
 
DECODING
simplejson: 0.73s
cjson: 0.83s
ujson: 0.41s
jsonlib: 0.48s
json: 0.6s
yajl: 0.59s
 
PyPy
JSON Benchmark
2.7.1 (b590cf6de419, Apr 30 2011, 02:00:38)
[PyPy 1.5.0-alpha0 with GCC 4.4.3]
-----------------------------
ENCODING
json: 2.839568s
 
DECODING
json: 5.551157s