Comment on Fast deserialization in PythonComments−piramida17yReally surprising that it beats cPickle with binary protocol. Good stuff, thanks.−bravuraOP17yMy understanding is that cPickle can be slow, because of introspection.
Comments
Really surprising that it beats cPickle with binary protocol. Good stuff, thanks.
My understanding is that cPickle can be slow, because of introspection.