Comment on Speed tests for *json and cPickle in PythonparentComments−kingkilr15yIt says to use the highest optimization level.−d0mine15yNo. It says use the highest available protocol.The highest available protocol is not necessarily the fastest. There might be other than pure speed reasons to introduce the next Pickle protocol.
Comments
It says to use the highest optimization level.
No. It says use the highest available protocol.
The highest available protocol is not necessarily the fastest. There might be other than pure speed reasons to introduce the next Pickle protocol.