Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created March 1, 2009 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inklesspen/72412 to your computer and use it in GitHub Desktop.
Save inklesspen/72412 to your computer and use it in GitHub Desktop.
(testpython)jon@euterpe:~/test$ python sertest/test_speed.py
5000 total records (0.596s)
ser_json (0.028s) 718391 bytes
ser_cjson (0.032s) 718391 bytes
ser_json_compressed (0.075s) 292916 bytes
ser_cjson_compressed (0.078s) 292916 bytes
serde_json (0.076s)
serde_cjson (0.052s)
(testpython)jon@euterpe:~/test$ python sertest/test_speed.py
5000 total records (0.595s)
ser_json (0.028s) 718437 bytes
ser_cjson (0.032s) 718437 bytes
ser_json_compressed (0.074s) 292854 bytes
ser_cjson_compressed (0.079s) 292854 bytes
serde_json (0.076s)
serde_cjson (0.055s)
(testpython)jon@euterpe:~/test$ python sertest/test_speed.py
5000 total records (0.601s)
ser_json (0.028s) 718325 bytes
ser_cjson (0.032s) 718325 bytes
ser_json_compressed (0.075s) 292878 bytes
ser_cjson_compressed (0.080s) 292878 bytes
serde_json (0.078s)
serde_cjson (0.053s)
(testpython)jon@euterpe:~/test$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment