-
Notifications
You must be signed in to change notification settings - Fork 9
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
Thread Safety #72
Comments
Hi @pascalreinhold, thanks for opening the issue!
If your goal is to speed up the reading of the file, I would suggest splitting it in separate files, or to use a format that supports reading in chunks like |
Hey thank you for the fast reply. Does this is also apply to me, because I'm just reading the file and not writing?
Not sure, but I think you are mistaken. In
|
Both those function require opening the
Btw, Line 322 in a0daf06
Note that
unfortunately, yes. |
Hello there,
is it possible to read multiple large structs (1-3 GB) from a MAT-file concurrently?
I found nothing on this github page regarding thread safety.
If it is not supported out of the box then how would one go about it?
The text was updated successfully, but these errors were encountered: