rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

Saving/Loading sessions is slow #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issues
- Writing the MAT file is slow (~20 sec for the ~7 Mb file)
- Reading the MAT file is slow (~600 sec for the same file)

Goal
 - Read/write the super-class A to a .MAT file for saving/loading the program state in < 10 sec per step

Possible solution (from MATLAB forum)
 - Use netCDF
 - Modern versions of Matlab have netCDF read/write built-in.
 - Not sure how to program this (yet...)

See thread on MATLAB forums
http://www.mathworks.com/matlabcentral/newsreader/view_thread/308130#837727

Original issue reported on code.google.com by ian.klec...@gmail.com on 16 Jun 2011 at 3:06