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
The current read_results method depends on reading all chunks in the output file at once, which is very inefficient when the output file is huge (especially large MD and socket calculations).
It may need some substantial changes to the SparcBundle design, as all results are passed by raw_results, a possible solution is to allow read_raw_results to pass indices, and use ImageIterator to move along indices
The text was updated successfully, but these errors were encountered:
The current
read_results
method depends on reading all chunks in the output file at once, which is very inefficient when the output file is huge (especially large MD and socket calculations).It may need some substantial changes to the
SparcBundle
design, as all results are passed byraw_results
, a possible solution is to allowread_raw_results
to pass indices, and useImageIterator
to move along indicesThe text was updated successfully, but these errors were encountered: