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
When severely large dataset is being requested (100.000+ blocks) it may consume large amount of memory. We should, use io.Pipe() here to minimize memory consumption. Additionally, any maps that hold strings should be converted to integers.
The text was updated successfully, but these errors were encountered:
When severely large dataset is being requested (100.000+ blocks) it may consume large amount of memory. We should, use
io.Pipe()
here to minimize memory consumption. Additionally, any maps that hold strings should be converted to integers.The text was updated successfully, but these errors were encountered: