Persist an arbitrary Python object into a filename, with numpy arrays saved as separate .npy files.
Parameters : | value: any Python object :
filename: string :
compress: boolean, optional :
|
---|---|
Returns : | filenames: list of strings :
|
See also
Notes
compressed files take extra disk space during the dump, and extra memory during the loading.