Comment on Speed tests for *json and cPickle in PythonComments−spenrose15yHe doesn't use the cPickle binary format, which is significantly faster: http://docs.python.org/library/pickle.html#pickle.HIGHEST_PR...−j2d2j2d2OP15yThanks for pointing this out.I am going to do some follow up tests to cover the advice I got here. I will include this, tnetstrings and decodes too.−thezilch15yAny interests in also including Google's Protocol Buffers and Facebook's Thrift since it would appear your intentions are to use these blobs in an RPC?
Comments
He doesn't use the cPickle binary format, which is significantly faster: http://docs.python.org/library/pickle.html#pickle.HIGHEST_PR...
Thanks for pointing this out.
I am going to do some follow up tests to cover the advice I got here. I will include this, tnetstrings and decodes too.
Any interests in also including Google's Protocol Buffers and Facebook's Thrift since it would appear your intentions are to use these blobs in an RPC?