Output file format
Need to define a file format that would allow for easy out-of-core saving and manipulation.
Candidates :
- Stay as it is
 - Python temporary files
 - Binary format CDF
 - Binary format HDF5
 - ...
 
Need to define a file format that would allow for easy out-of-core saving and manipulation.
Candidates :