-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mat_VarReadNextInfoIterate takes a long time to read mat-file #196
Comments
Hello dear developers. This PR #197 partially resolves the problem. |
And there is a PR for avoiding usage of H5Iget_name |
A PR for |
@Ri0n Thanks for both your PRs. They are very appreciated. |
@GolubevaP Which MAT-file version did you use? Do you have any MAT-file to share? Thanks. |
@GolubevaP Since #157 is fixed and @Ri0n contributed his fixes, can you please test again. Thanks! |
Closing after @GolubevaP not responding. |
Reading the header by indexes takes a lot of time (several minutes), moreover, it requires a lot of memory to read it. Although this is only needed to make sure that the file can be opened.
I realized that the problem is in this method (Mat_VarReadNextInfoIterate), in particular, in nested loops. And also this problem met earlier (#157). Will you fix it?
The text was updated successfully, but these errors were encountered: