I want to save a dict
or arrays.
I try both with np.save
and with pickle
and see that the former always take much less time.>
Because as long as the written object contains no Python data,
meanwhile
Note that if a numpy array does contain Python objects, then numpy just pickles the array, and all the win goes out the window.