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
IO is currently done synchronously, but that doesn't have to be the case. We should be able to write to disk in a different CPU thread (when available) and let the simulation continue. For this, we will probably need a buffer where to collect what to write and make sure that the buffer is written before the next time it is used.
The text was updated successfully, but these errors were encountered:
IO is currently done synchronously, but that doesn't have to be the case. We should be able to write to disk in a different CPU thread (when available) and let the simulation continue. For this, we will probably need a buffer where to collect what to write and make sure that the buffer is written before the next time it is used.
The text was updated successfully, but these errors were encountered: