You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to read a large .mat file (approximately one gig) on Linux and I am seeing that accessing variables inside nested structs takes a long time (about 15 seconds when the nesting level is around 3). Is this to be expected? Is there any way to improve performance?
I can provide versions of the library, compiler, os and general environment if needed.
The text was updated successfully, but these errors were encountered:
aitorperezzz
changed the title
General question about performance when reading large .mat file with nested structs
Performance when reading large .mat file with nested structs
Mar 5, 2021
and provide the stdout. If you have a simple m script to create such a MAT file in MATLAB I would be interested, too.
I also created https://github.com/tbeu/matioPerformance (on Win OS only) to compare MAT file reading, but it is not up to date regarding the version of libmatio.dll.
Hi, I am trying to read a large .mat file (approximately one gig) on Linux and I am seeing that accessing variables inside nested structs takes a long time (about 15 seconds when the nesting level is around 3). Is this to be expected? Is there any way to improve performance?
I can provide versions of the library, compiler, os and general environment if needed.
The text was updated successfully, but these errors were encountered: