This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
switch back to stdlib json #7674
Description
I found my benchmark data and it looks like stdlib json is faster than simplejson for dumping data nowadays.
Using python 3.7.5 (seconds per loop: smaller is better):
Results
=======
loads (large obj) loads (small objs) dumps (large obj) dumps (small objs)
json 2.0.9 0.012 0.011 0.013 0.015
simplejson 3.17.0 0.011 0.011 0.019 0.027