I saw these two answers about Pickle and cPickle having dealt automatically by python 3, transparent to the user:
How can I know if in python 3, it is using the fast version (cPickle) or not? I want to force it to use cPickle. My main interest is not even on the speed, but on the shorter size of the files, since I am generating files that end up being bigger than 1 GB.