You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try this and see the output.
Would appreciate if you can explain me why test case in attached file shows pickle is faster while json is slower. [I do not understand what is happening here]. I merely stumbled onto this test case because of the use case in my project.
Pickle got faster than JSON over the years -- I updated the benchmark from the article for Python 3 and under Python 3.8, pickle runs faster. See https://github.com/dlukes/pickle-json-benchmark.
try this and see the output.
Would appreciate if you can explain me why test case in attached file shows pickle is faster while json is slower. [I do not understand what is happening here]. I merely stumbled onto this test case because of the use case in my project.
test.txt
The text was updated successfully, but these errors were encountered: